1
0

Accepting request 1190289 from X11:Wayland

- Add option -DVULKAN_HEADERS_ENABLE_MODULE=OFF to cmake to make the
  package build with gcc14 [boo#1228421]

OBS-URL: https://build.opensuse.org/request/show/1190289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-headers?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2024-07-31 11:28:19 +00:00 committed by Git OBS Bridge
commit cc42dceba0
4 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
mtime: 1721710809 mtime: 1722264045
commit: 5a6b2f389083eb4e7cd52a4f90ba5dc4ddc1ffbc2e76def22d7385110adabee0 commit: 1b240cd0dcff06c8a8ae94b069c5d7bc6bb3709d9fad78cda07b3446e376f9e5
url: https://src.opensuse.org/jengelh/vulkan-headers url: https://src.opensuse.org/jengelh/vulkan-headers
revision: master revision: master

BIN
build.specials.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 29 14:37:09 UTC 2024 - Martin Jambor <mjambor@suse.com>
- Add option -DVULKAN_HEADERS_ENABLE_MODULE=OFF to cmake to make the
package build with gcc14 [boo#1228421]
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 23 04:56:07 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Tue Jul 23 04:56:07 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -54,7 +54,8 @@ to make use of Vulkan.
%cmake \ %cmake \
-DCMAKE_INSTALL_SYSCONFDIR="%_sysconfdir" \ -DCMAKE_INSTALL_SYSCONFDIR="%_sysconfdir" \
-DBUILD_WSI_MIR_SUPPORT=OFF \ -DBUILD_WSI_MIR_SUPPORT=OFF \
-DBUILD_TESTS=OFF -DBUILD_TESTS=OFF \
-DVULKAN_HEADERS_ENABLE_MODULE=OFF
%cmake_build %cmake_build
%install %install