mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 06:56:55 +00:00
gnome-desktop: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection is not a valid option Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fefa205061
commit
b17cbd05ef
@ -13,7 +13,8 @@ inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspecti
|
|||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
# gobject-introspection is mandatory and cannot be configured
|
# gobject-introspection is mandatory and cannot be configured
|
||||||
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
||||||
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
|
|
||||||
|
GIR_MESON_OPTION = ""
|
||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "69cb1d3d9a10700eb66348ef1c0e66a855fc5a97ae62902df97a499da11562d2"
|
SRC_URI[archive.sha256sum] = "69cb1d3d9a10700eb66348ef1c0e66a855fc5a97ae62902df97a499da11562d2"
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user