1
0

Make the package buildable with gcc14 [boo#1228421]

- Add option -DVULKAN_HEADERS_ENABLE_MODULE=OFF to cmake to make the
  package build with gcc14 [boo#1228421]
This commit is contained in:
Martin Jambor 2024-07-29 16:40:45 +02:00
parent 5a6b2f3890
commit 1b240cd0dc
2 changed files with 8 additions and 1 deletions

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>

View File

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