summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--packaging/vulkan-loader.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d6afdc7c..ab0f2b5d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -185,7 +185,7 @@ set(LOADER_HELPER_FOLDER "Helper Targets")
if(UNIX)
set(FALLBACK_CONFIG_DIRS "/etc/xdg" CACHE STRING
"Search path to use when XDG_CONFIG_DIRS is unset or empty or the current process is SUID/SGID. Default is freedesktop compliant.")
- set(FALLBACK_DATA_DIRS "/usr/local/share:/usr/share" CACHE STRING
+ set(FALLBACK_DATA_DIRS "/usr/local/share:/usr/share:/hal/share/" CACHE STRING
"Search path to use when XDG_DATA_DIRS is unset or empty or the current process is SUID/SGID. Default is freedesktop compliant.")
set(SYSCONFDIR "" CACHE STRING
"System-wide search directory. If not set or empty, CMAKE_INSTALL_FULL_SYSCONFDIR and /etc are used.")
diff --git a/packaging/vulkan-loader.spec b/packaging/vulkan-loader.spec
index 4668bdac..9ca2ae78 100644
--- a/packaging/vulkan-loader.spec
+++ b/packaging/vulkan-loader.spec
@@ -1,5 +1,5 @@
Name: vulkan-loader
-Version: 1.2.179
+Version: 1.3.208
Release: 0
Summary: Vulkan ICD loader
Group: Graphics & UI Framework/GL