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:
parent
7f463cbfcd
commit
d24891ca36
@ -67,6 +67,7 @@ PANGO_CONF_ENV = \
|
|||||||
ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
|
ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
|
||||||
|
|
||||||
PANGO_CONF_OPTS = --enable-explicit-deps=no
|
PANGO_CONF_OPTS = --enable-explicit-deps=no
|
||||||
|
HOST_PANGO_CONF_OPTS = --enable-explicit-deps=no
|
||||||
|
|
||||||
PANGO_DEPENDENCIES = \
|
PANGO_DEPENDENCIES = \
|
||||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
||||||
@ -76,6 +77,13 @@ PANGO_DEPENDENCIES = \
|
|||||||
harfbuzz \
|
harfbuzz \
|
||||||
fontconfig \
|
fontconfig \
|
||||||
freetype
|
freetype
|
||||||
|
HOST_PANGO_DEPENDENCIES = \
|
||||||
|
host-pkgconf \
|
||||||
|
host-libglib2 \
|
||||||
|
host-cairo \
|
||||||
|
host-harfbuzz \
|
||||||
|
host-fontconfig \
|
||||||
|
host-freetype
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||||
PANGO_CONF_OPTS += \
|
PANGO_CONF_OPTS += \
|
||||||
@ -95,3 +103,4 @@ define PANGO_INSTALL_INIT_SYSV
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user