From f94171fcf2875c1e475a822b09be6d27a7a7bb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 23 Jul 2022 15:10:36 +0200 Subject: Make the jpeg-quantsmooth wrap work on Debian Sadly, it's not possible to delete files using patch_directory. --- subprojects/packagefiles/libjpegqs/include/libjpegqs.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 subprojects/packagefiles/libjpegqs/include/libjpegqs.h (limited to 'subprojects/packagefiles/libjpegqs/include/libjpegqs.h') 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" -- cgit v1.2.3