Explorar o código

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>
Romain Naour %!s(int64=10) %!d(string=hai) anos
pai
achega
3f79f5e76a
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      package/efl/libevas/libevas.mk

+ 7 - 0
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