summarylogtreecommitdiffstats
path: root/010-libjpeg-xl-git-fix-headers-install-path.patch
diff options
context:
space:
mode:
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)