summaryrefslogtreecommitdiff
path: root/package/dillo
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-01-01 19:48:47 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-01 19:48:47 +0100
commitd222f6d06e1799778fc2ffde53f011370c3e3ea6 (patch)
tree5e9435c28d00aa2f27e392b827b5a136321a066b /package/dillo
parent22b916c6f1259085fa3800fb64e63a782724d69f (diff)
dillo: fix jpeg dependency
dillo was explicitly pulling in libjpeg instead of the virtual 'jpeg' package, even though it also works with jpeg-turbo. Reported-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/dillo')
-rw-r--r--package/dillo/dillo.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dillo/dillo.mk b/package/dillo/dillo.mk
index 8eb8d88d0..01ab4f5c8 100644
--- a/package/dillo/dillo.mk
+++ b/package/dillo/dillo.mk
@@ -32,7 +32,7 @@ endif
ifeq ($(BR2_PACKAGE_JPEG),y)
DILLO_CONF_OPTS += --enable-jpeg
-DILLO_DEPENDENCIES += libjpeg
+DILLO_DEPENDENCIES += jpeg
else
DILLO_CONF_OPTS += --disable-jpeg
endif