mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
pango: explictly enable/disable libthai
Pango has had an explicit option since 1.46.2 (From OE-Core rev: 42755f135d2d015e564d783996fbb3ef860f2bf7) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8d81de19c1
commit
a3d8123f9e
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user