summarylogtreecommitdiffstats
path: root/010-libjpeg-xl-git-fix-headers-install-path.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-10-29 19:50:29 +0000
committerDaniel Bermond2020-10-29 19:50:29 +0000
commit3efe015921f7bc26c35419e926ec1c936fab59a4 (patch)
treefae77ed08fd27eb6667ef12a55fc1bb3dacb296d /010-libjpeg-xl-git-fix-headers-install-path.patch
parentf75969222e9e7cf40e4ab56b3244d1c70e1a77fe (diff)
downloadaur-3efe015921f7bc26c35419e926ec1c936fab59a4.tar.gz
Match latest upstream changes. Add plugins.
Diffstat (limited to '010-libjpeg-xl-git-fix-headers-install-path.patch')
-rw-r--r--010-libjpeg-xl-git-fix-headers-install-path.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/010-libjpeg-xl-git-fix-headers-install-path.patch b/010-libjpeg-xl-git-fix-headers-install-path.patch
deleted file mode 100644
index 4c5c487160cf..000000000000
--- a/010-libjpeg-xl-git-fix-headers-install-path.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/jpegxl.cmake
-+++ b/jpegxl.cmake
-@@ -447,9 +447,9 @@ endif() # APPLE
- install(TARGETS jpegxl
- DESTINATION ${CMAKE_INSTALL_LIBDIR})
- install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/jpegxl
-- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/jpegxl")
-+ DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
- install(DIRECTORY ${CMAKE_BINARY_DIR}/include/jpegxl
-- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/jpegxl")
-+ DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")
-
- # Add a pkg-config file for libjpegxl.
- configure_file("${CMAKE_SOURCE_DIR}/jxl/libjpegxl.pc.in" "libjpegxl.pc" @ONLY)