mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 06:50:08 +01:00
Enable Vulkan-Headers compilation in CI
This commit is contained in:
parent
4f32b91313
commit
0388e35ff2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2019, 2022 Arm Limited.
|
||||
# Copyright (c) 2019-2024 Arm Limited.
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
|
@ -45,7 +45,7 @@ build_vulkan_wsi_layer:
|
|||
- cd Vulkan-Loader
|
||||
- mkdir build
|
||||
- cd build/
|
||||
- ../scripts/update_deps.py
|
||||
- ../scripts/update_deps.py --cmake_var VULKAN_HEADERS_ENABLE_MODULE=OFF
|
||||
# Build the Vulkan loader.
|
||||
- cmake -C helper.cmake ..
|
||||
- make
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue