]> git.pld-linux.org Git - packages/vulkan-loader.git/commitdiff
Fix built-in ICD config dirs auto/th/vulkan-loader-1.0.3.0-3
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 20 Feb 2016 15:51:04 +0000 (16:51 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 20 Feb 2016 15:51:04 +0000 (16:51 +0100)
The code assumes CMAKE data and sysconfig dirs are relative and would
look for ICD configs in /usr//usr/share/vulkan/icd.d

Release: 3

vulkan-loader.spec

index 630666959b92b13627cf704aaf569a6f81ecbf01..8a44d20bc61e9b6de052aea56d4c2fe820d5c642 100644 (file)
@@ -7,7 +7,7 @@
 Summary:       Vulkan API loader
 Name:          vulkan-loader
 Version:       1.0.3.0
-Release:       2
+Release:       3
 License:       MIT-like
 Group:         Applications
 Source0:       https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/%{tag}/%{name}-%{version}.tar.gz
@@ -70,6 +70,8 @@ Vulkan loader utilities.
 install -d build
 cd build
 %cmake \
+       -DCMAKE_INSTALL_DATADIR=share \
+       -DCMAKE_INSTALL_SYSCONFDIR=etc \
        %{?with_tests:-DBUILD_TESTS=ON} \
        %{!?with_tests:-DBUILD_TESTS=OFF} \
                ../
This page took 0.06788 seconds and 5 git commands to generate.