mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
libmediaart: 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:
@@ -18,6 +18,6 @@ S = "${WORKDIR}/libmediaart-${PV}"
|
|||||||
|
|
||||||
# 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 = "introspection"
|
GIR_MESON_OPTION = ""
|
||||||
|
|
||||||
EXTRA_OEMESON = "-Dimage_library=gdk-pixbuf"
|
EXTRA_OEMESON = "-Dimage_library=gdk-pixbuf"
|
||||||
|
|||||||
Reference in New Issue
Block a user