summarylogtreecommitdiffstats
path: root/003-generate-pkgconfig-files.patch
diff options
context:
space:
mode:
authorMichel Zou2020-10-20 19:53:56 +0200
committerMichel Zou2020-10-20 19:53:56 +0200
commitd5b6bb3a14266335e573aa47d96ca62148aa333e (patch)
treebf715ec9985ed39a9de14c4c93262822fb4a5508 /003-generate-pkgconfig-files.patch
parent269452064b005190b6368fa2b8bb262b349bdab1 (diff)
downloadaur-d5b6bb3a14266335e573aa47d96ca62148aa333e.tar.gz
drop
Diffstat (limited to '003-generate-pkgconfig-files.patch')
-rw-r--r--003-generate-pkgconfig-files.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/003-generate-pkgconfig-files.patch b/003-generate-pkgconfig-files.patch
deleted file mode 100644
index 770079b3de1f..000000000000
--- a/003-generate-pkgconfig-files.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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()
-
-