Commit 3f79f5e7 authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files

package/efl/libevas: add missing dependency on fontconfig

parent 59abbae8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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