summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2014-08-24 18:53:04 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-25 20:07:50 +0200
commit16c1af8d9dcfa735655d861299dfaf38b8d73b5f (patch)
treeb0ff1b5502a1d7436f3db6b71d859878cb90882c
parent47128a9b822657d6f9d8c4772ccf21a3e21343d4 (diff)
downloadbuildroot-16c1af8d9dcfa735655d861299dfaf38b8d73b5f.tar.gz
buildroot-16c1af8d9dcfa735655d861299dfaf38b8d73b5f.zip
package/libevas-generic-loaders: needs zlib
Fixes: http://autobuild.buildroot.net/results/5d4/5d41cec63a15dc5f31460c8cecd6054119ddb1fc/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/efl/libevas-generic-loaders/Config.in1
-rw-r--r--package/efl/libevas-generic-loaders/libevas-generic-loaders.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/efl/libevas-generic-loaders/Config.in b/package/efl/libevas-generic-loaders/Config.in
index 30fb88b383..3f7581fba1 100644
--- a/package/efl/libevas-generic-loaders/Config.in
+++ b/package/efl/libevas-generic-loaders/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
bool "libevas generic loaders"
select BR2_PACKAGE_LIBEINA
+ select BR2_PACKAGE_ZLIB
help
These are additional "generic" loaders for Evas that are
stand-alone executables that evas may run from its generic
diff --git a/package/efl/libevas-generic-loaders/libevas-generic-loaders.mk b/package/efl/libevas-generic-loaders/libevas-generic-loaders.mk
index 152a75b12e..db0ca32523 100644
--- a/package/efl/libevas-generic-loaders/libevas-generic-loaders.mk
+++ b/package/efl/libevas-generic-loaders/libevas-generic-loaders.mk
@@ -12,7 +12,7 @@ LIBEVAS_GENERIC_LOADERS_LICENSE_FILES = COPYING
LIBEVAS_GENERIC_LOADERS_INSTALL_STAGING = YES
-LIBEVAS_GENERIC_LOADERS_DEPENDENCIES = libeina
+LIBEVAS_GENERIC_LOADERS_DEPENDENCIES = libeina zlib
# For now, we only support the SVG loader
LIBEVAS_GENERIC_LOADERS_CONF_OPT += \
OpenPOWER on IntegriCloud