1
0
forked from pool/vulkan-loader

Accepting request 1137551 from home:gmbr3:Active

- Align the fallback XDG config dirs with SUSE spec in-case it
  can't read it from the environment

OBS-URL: https://build.opensuse.org/request/show/1137551
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=120
This commit is contained in:
Jan Engelhardt 2024-01-08 13:14:33 +00:00 committed by Git OBS Bridge
parent 0f08aabfd1
commit 835a2635a0
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