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>
This commit is contained in:
Thomas Petazzoni 2013-03-07 10:18:34 +00:00 committed by Peter Korsgaard
parent 2e1fb3f7c4
commit 917315ac55
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ LIBEET_LICENSE_FILES = COPYING
LIBEET_INSTALL_STAGING = YES
LIBEET_DEPENDENCIES = host-pkgconf zlib jpeg libeina
HOST_LIBEET_DEPENDENCIES = host-pkgconf host-zlib host-jpeg host-libeina
HOST_LIBEET_DEPENDENCIES = host-pkgconf host-zlib host-libjpeg host-libeina
ifeq ($(BR2_PACKAGE_GNUTLS)$(BR2_PACKAGE_LIBGCRYPT),yy)
LIBEET_DEPENDENCIES += gnutls libgcrypt

View File

@ -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 \