1
0
forked from pool/vulkan-loader
Ana Guerrero 2024-01-09 19:48:53 +00:00 committed by Git OBS Bridge
commit 48a01ce5f5
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 8 12:00:30 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>
- Align the fallback XDG config dirs with SUSE spec in-case it
can't read it from the environment
-------------------------------------------------------------------
Fri Oct 27 03:50:42 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -74,7 +74,8 @@ to make use of Vulkan.
%cmake \
-DVulkanHeaders_INCLUDE_DIR:PATH="%_includedir" \
-DVulkanRegistry_DIR:PATH="%_datadir/vulkan/registry" \
-DLIB_SUFFIX:STRING=""
-DLIB_SUFFIX:STRING="" \
-DFALLBACK_CONFIG_DIRS="/etc/xdg:/usr/local/etc/xdg:/usr/etc/xdg"
%cmake_build