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:
James Hilliard 2021-10-25 02:38:17 -06:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent d352ae7121
commit 15a7be2c12

View File

@ -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) \