From 835a2635a0ec2461d1d27ad01797831ee8d9eed1868a4334eb6ccda944e1b0ad Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Jan 2024 13:14:33 +0000 Subject: [PATCH] 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 --- vulkan-loader.changes | 6 ++++++ vulkan-loader.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 9bb50d3..c03e98b 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 8 12:00:30 UTC 2024 - Callum Farmer + +- 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 diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 3daf377..45b6187 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -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