forked from pool/vulkan-loader
Accepting request 1137564 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1137564 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-loader?expand=0&rev=51
This commit is contained in:
commit
48a01ce5f5
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user