pango: add host variant

Required by librsvg which in turn is required by midori.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-04-19 06:48:20 -03:00 committed by Thomas Petazzoni
parent 7f463cbfcd
commit d24891ca36
1 changed files with 9 additions and 0 deletions

View File

@ -67,6 +67,7 @@ PANGO_CONF_ENV = \
ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
PANGO_CONF_OPTS = --enable-explicit-deps=no
HOST_PANGO_CONF_OPTS = --enable-explicit-deps=no
PANGO_DEPENDENCIES = \
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
@ -76,6 +77,13 @@ PANGO_DEPENDENCIES = \
harfbuzz \
fontconfig \
freetype
HOST_PANGO_DEPENDENCIES = \
host-pkgconf \
host-libglib2 \
host-cairo \
host-harfbuzz \
host-fontconfig \
host-freetype
ifeq ($(BR2_PACKAGE_XORG7),y)
PANGO_CONF_OPTS += \
@ -95,3 +103,4 @@ define PANGO_INSTALL_INIT_SYSV
endef
$(eval $(autotools-package))
$(eval $(host-autotools-package))