mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
glib-2.0: don't use deprecated Meson option values
true/false for these options is deprecated, use enabled/disabled. (From OE-Core rev: 9f3fbfb04d2a6e2d0dab63be0f04a539c4a803ed) 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
0c3802cbea
commit
0512347e4f
@@ -46,7 +46,8 @@ PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false,"
|
||||
PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux"
|
||||
PACKAGECONFIG[introspection] = "-Dintrospection=enabled,-Dintrospection=disabled,gobject-introspection-native gobject-introspection glib-2.0-initial"
|
||||
|
||||
EXTRA_OEMESON = "-Ddtrace=false -Dsystemtap=false"
|
||||
EXTRA_OEMESON = "-Ddtrace=disabled -Dsystemtap=disabled"
|
||||
|
||||
EXTRA_OEMESON:append:class-target = " ${@'-Dgir_dir_prefix=${libdir}' if d.getVar('MULTILIBS') else ''}"
|
||||
|
||||
do_configure:prepend() {
|
||||
|
||||
Reference in New Issue
Block a user