package/efl/libevas: add missing dependency on fontconfig

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Romain Naour 2015-02-14 23:28:42 +01:00 committed by Thomas Petazzoni
parent 59abbae847
commit 3f79f5e76a

View File

@ -205,6 +205,13 @@ else
LIBEVAS_CONF_OPTS += --disable-font-loader-eet
endif
ifeq ($(BR2_PACKAGE_FONTCONFIG),y)
LIBEVAS_CONF_OPTS += --enable-fontconfig
LIBEVAS_DEPENDENCIES += fontconfig
else
LIBEVAS_CONF_OPTS += --disable-fontconfig
endif
# libevas installs the source code of examples on the target, which
# are generally not useful.
define LIBEVAS_REMOVE_EXAMPLES