summarylogtreecommitdiffstats
path: root/003-generate-pkgconfig-files.patch
diff options
context:
space:
mode:
authorluigoalma2019-07-26 20:33:42 +0100
committerluigoalma2019-07-26 20:35:39 +0100
commiteda49ab050c57e3e516e242f20e6315a64d2d942 (patch)
tree801b5deffdd5294b627ee75e847315843c822dcf /003-generate-pkgconfig-files.patch
parent43d16030687a20f6405d2962b8fd1687ffe2a224 (diff)
downloadaur-eda49ab050c57e3e516e242f20e6315a64d2d942.tar.gz
version 1.1.114
Not 1.1.115 yet due to other build fix issues need to attend to first But won't be as out of date
Diffstat (limited to '003-generate-pkgconfig-files.patch')
-rw-r--r--003-generate-pkgconfig-files.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/003-generate-pkgconfig-files.patch b/003-generate-pkgconfig-files.patch
new file mode 100644
index 000000000000..770079b3de1f
--- /dev/null
+++ b/003-generate-pkgconfig-files.patch
@@ -0,0 +1,18 @@
+diff -Naur Vulkan-LoaderAndValidationLayers-sdk-1.0.46.0-orig/loader/CMakeLists.txt Vulkan-LoaderAndValidationLayers-sdk-1.0.46.0/loader/CMakeLists.txt
+--- Vulkan-LoaderAndValidationLayers-sdk-1.0.46.0-orig/loader/CMakeLists.txt 2017-06-29 08:19:36.448133100 +0300
++++ Vulkan-LoaderAndValidationLayers-sdk-1.0.46.0/loader/CMakeLists.txt 2017-06-29 08:42:41.322355600 +0300
+@@ -286,6 +286,7 @@
+ if(INSTALL_LVL_FILES)
+ install(TARGETS ${API_LOWERCASE} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+ endif()
++endif()
+
+ if(NOT APPLE)
+ # Generate pkg-config file.
+@@ -302,6 +302,5 @@
+ endif()
+ endif()
+ endif()
+-endif()
+
+