mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-kivy: depend on gobject-introspection-data DISTRO_FEATURE
Any user of python-gstreamer (and so, pygobject) needs to support gobject-introspection. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ export KIVY_GRAPHICS
|
||||
KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}"
|
||||
export KIVY_CROSS_SYSROOT
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "x11 opengl"
|
||||
REQUIRED_DISTRO_FEATURES += "x11 opengl gobject-introspection-data"
|
||||
|
||||
DEPENDS += " \
|
||||
gstreamer1.0 \
|
||||
|
||||
Reference in New Issue
Block a user