]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
pango: explictly enable/disable libthai
authorRoss Burton <ross.burton@arm.com>
Wed, 6 Sep 2023 18:14:17 +0000 (19:14 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 10 Oct 2023 15:14:28 +0000 (05:14 -1000)
Pango has had an explicit option since 1.46.2

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 42755f135d2d015e564d783996fbb3ef860f2bf7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-graphics/pango/pango_1.50.14.bb

index ec7a913009005d5a73e134572bc1614d975a6909..b254caca500e5dfac461f6f235fc33bb4a5e8e12 100644 (file)
@@ -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'