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