Source: ecere-sdk
Version: 0.44.09.9-1
Severity: normal
Tags: patch
Hi,
currently ecere-sdk build depends on libjpeg62-dev, which is not the
default libjpeg used by basically all the rest of the Debian archive.
ecere-sdk seems to build fine with the default libjpeg (libjpeg v8
currently), so please make use of it. Patch attached.
Thanks,
--
Pino
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9~),
libgif-dev,
libgl1-mesa-dev,
libgl1-mesa-glx,
- libjpeg62-dev,
+ libjpeg-dev,
libncurses5-dev,
libpng12-dev,
libsqlite3-dev,