From: Ross Burton Date: Wed, 6 Sep 2023 18:14:17 +0000 (+0100) Subject: pango: explictly enable/disable libthai X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42755f135d2d015e564d783996fbb3ef860f2bf7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pango: explictly enable/disable libthai Pango has had an explicit option since 1.46.2 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/pango/pango_1.51.0.bb b/meta/recipes-graphics/pango/pango_1.51.0.bb index 3bf84458e52..77a19012483 100644 --- a/meta/recipes-graphics/pango/pango_1.51.0.bb +++ b/meta/recipes-graphics/pango/pango_1.51.0.bb @@ -33,7 +33,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \ PACKAGECONFIG[x11] = ",,virtual/libx11 libxft" PACKAGECONFIG[tests] = "-Dinstall-tests=true, -Dinstall-tests=false" -PACKAGECONFIG[thai] = ",,libthai" +PACKAGECONFIG[thai] = "-Dlibthai=enabled,-Dlibthai=disabled,libthai" GIR_MESON_OPTION = 'introspection'