forked from pool/vulkan-headers
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:
parent
5a6b2f3890
commit
1b240cd0dc
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user