package/pango: fix fontconfig meson option
Fixes: output/build/pango-1.48.10/meson.build:1:0: ERROR: Unknown options: "use_fontconfig" (WARNING for now, but will be an error in meson 0.60.0). Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
d352ae7121
commit
15a7be2c12
@ -13,8 +13,8 @@ PANGO_LICENSE = LGPL-2.0+
|
||||
PANGO_LICENSE_FILES = COPYING
|
||||
PANGO_CPE_ID_VENDOR = pango
|
||||
|
||||
PANGO_CONF_OPTS = -Duse_fontconfig=true
|
||||
HOST_PANGO_CONF_OPTS = -Duse_fontconfig=true -Dintrospection=disabled
|
||||
PANGO_CONF_OPTS = -Dfontconfig=enabled
|
||||
HOST_PANGO_CONF_OPTS = -Dfontconfig=enabled -Dintrospection=disabled
|
||||
|
||||
PANGO_DEPENDENCIES = \
|
||||
$(TARGET_NLS_DEPENDENCIES) \
|
||||
|
Loading…
Reference in New Issue
Block a user