From: Romain Naour Date: Sat, 14 Feb 2015 22:28:42 +0000 (+0100) Subject: package/efl/libevas: add missing dependency on fontconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f79f5e76ad08d350c655a1baf06180b0d890822;p=buildroot.git package/efl/libevas: add missing dependency on fontconfig Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- diff --git a/package/efl/libevas/libevas.mk b/package/efl/libevas/libevas.mk index b5a2d72d68..30d9f7c74a 100644 --- a/package/efl/libevas/libevas.mk +++ b/package/efl/libevas/libevas.mk @@ -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