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>
(cherry picked from commit 15a7be2c12
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8250c713f0
commit
4ff3acf45d
@ -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