Required for host-pango, which in turn is required for host-librsvg and
at last midori.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
HARFBUZZ_LICENSE_FILES = COPYING src/hb-ucdn/COPYING
HARFBUZZ_INSTALL_STAGING = YES
HARFBUZZ_CONF_OPTS = --without-coretext --without-uniscribe --without-graphite2
+
+# freetype & glib2 support required by host-pango
+HOST_HARFBUZZ_DEPENDENCIES = \
+ host-freetype \
+ host-libglib2
+HOST_HARFBUZZ_CONF_OPTS = \
+ --without-corext \
+ --without-uniscribe \
+ --without-graphite2 \
+ --with-cairo=no \
+ --with-icu=no \
+ --with-freetype=yes \
+ --with-glib=yes
+
# beta libtool version
HARFBUZZ_AUTORECONF = YES
endif
$(eval $(autotools-package))
+$(eval $(host-autotools-package))