summaryrefslogtreecommitdiffstats
path: root/package/efl/libevas/libevas.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-10-22 15:47:52 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-29 22:02:55 +0100
commit019a581f89056e34fa7583a16de48c37c2c39ea2 (patch)
tree30cd8aaf28beafc63f0fefdd1e5b74c3211cc122 /package/efl/libevas/libevas.mk
parent3ee3e3d22e0166ce52e96a43977338feeab1fcc5 (diff)
downloadbuildroot-novena-019a581f89056e34fa7583a16de48c37c2c39ea2.tar.gz
buildroot-novena-019a581f89056e34fa7583a16de48c37c2c39ea2.zip
packages: switch to host-pkgconf
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/efl/libevas/libevas.mk b/package/efl/libevas/libevas.mk
index 3baf23b89..594db60b5 100644
--- a/package/efl/libevas/libevas.mk
+++ b/package/efl/libevas/libevas.mk
@@ -9,9 +9,9 @@ LIBEVAS_SOURCE = evas-$(LIBEVAS_VERSION).tar.bz2
LIBEVAS_SITE = http://download.enlightenment.org/releases/
LIBEVAS_INSTALL_STAGING = YES
-LIBEVAS_DEPENDENCIES = host-pkg-config zlib libeina freetype
+LIBEVAS_DEPENDENCIES = host-pkgconf zlib libeina freetype
-HOST_LIBEVAS_DEPENDENCIES = host-pkg-config host-zlib host-libeina \
+HOST_LIBEVAS_DEPENDENCIES = host-pkgconf host-zlib host-libeina \
host-freetype host-libpng host-jpeg
HOST_LIBEVAS_CONF_OPT += \
--enable-image-loader-png \