aboutsummaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/libjpegqs/include/libjpegqs.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-07-23 15:10:36 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-07-23 15:23:44 +0200
commitf94171fcf2875c1e475a822b09be6d27a7a7bb18 (patch)
tree4c3d698a330968cc342e2b406ca3e695f4cfa6a4 /subprojects/packagefiles/libjpegqs/include/libjpegqs.h
parent4131a926f2c82365fd2a3098b59523ec9c19c412 (diff)
downloadfiv-f94171fcf2875c1e475a822b09be6d27a7a7bb18.tar.gz
fiv-f94171fcf2875c1e475a822b09be6d27a7a7bb18.tar.xz
fiv-f94171fcf2875c1e475a822b09be6d27a7a7bb18.zip
Make the jpeg-quantsmooth wrap work on Debian
Sadly, it's not possible to delete files using patch_directory.
Diffstat (limited to 'subprojects/packagefiles/libjpegqs/include/libjpegqs.h')
-rw-r--r--subprojects/packagefiles/libjpegqs/include/libjpegqs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/packagefiles/libjpegqs/include/libjpegqs.h b/subprojects/packagefiles/libjpegqs/include/libjpegqs.h
new file mode 100644
index 0000000..3705a25
--- /dev/null
+++ b/subprojects/packagefiles/libjpegqs/include/libjpegqs.h
@@ -0,0 +1,4 @@
+// This separate directory is necessary for Debian's multiarch with jpeg-turbo,
+// because its jpeglib.h cannot perform local inclusion of jconfig.h,
+// resulting in it being found within jpeg-quantsmooth and breaking the build.
+#include "../libjpegqs.h"