mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
pango: explictly enable/disable libthai
Pango has had an explicit option since 1.46.2 (From OE-Core rev: dc939fbc70c124a515b882b3425d7810be0c6748) 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>
This commit is contained in:
committed by
Steve Sakoman
parent
fa43d8ac4f
commit
9103dc5b89
@@ -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