summaryrefslogtreecommitdiffstats
path: root/package/efl/libevas/libevas.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-03-07 10:18:34 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-09 22:25:57 +0100
commit917315ac5563fc654ad0f86583234be18c7db89a (patch)
tree411981644f02734dcc2e8ac33c9992a8fdd6ea56 /package/efl/libevas/libevas.mk
parent2e1fb3f7c42817495e5b25fe0c85c655720c8d4e (diff)
downloadbuildroot-novena-917315ac5563fc654ad0f86583234be18c7db89a.tar.gz
buildroot-novena-917315ac5563fc654ad0f86583234be18c7db89a.zip
efl/libeet, efl/libevas: use host-libjpeg instead of host-jpeg
Before creating a real virtual package named 'jpeg', we want to ensure that no package is using the host variant of the virtual package. Instead, we make them use directly the host-libjpeg package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/efl/libevas/libevas.mk')
-rw-r--r--package/efl/libevas/libevas.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/efl/libevas/libevas.mk b/package/efl/libevas/libevas.mk
index 0a908424f..5bdcba53e 100644
--- a/package/efl/libevas/libevas.mk
+++ b/package/efl/libevas/libevas.mk
@@ -15,7 +15,7 @@ LIBEVAS_INSTALL_STAGING = YES
LIBEVAS_DEPENDENCIES = host-pkgconf zlib libeina freetype
HOST_LIBEVAS_DEPENDENCIES = host-pkgconf host-zlib host-libeina \
- host-freetype host-libpng host-jpeg
+ host-freetype host-libpng host-libjpeg
HOST_LIBEVAS_CONF_OPT += \
--enable-image-loader-png \
--enable-image-loader-jpeg \