diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb b/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb index ca1fc5f96d..b02c55a85b 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb | |||
@@ -43,7 +43,9 @@ export KIVY_GRAPHICS | |||
43 | KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}" | 43 | KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}" |
44 | export KIVY_CROSS_SYSROOT | 44 | export KIVY_CROSS_SYSROOT |
45 | 45 | ||
46 | REQUIRED_DISTRO_FEATURES += "x11 opengl gobject-introspection-data" | 46 | REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data" |
47 | |||
48 | ANY_OF_DISTRO_FEATURES = "x11 wayland" | ||
47 | 49 | ||
48 | DEPENDS += " \ | 50 | DEPENDS += " \ |
49 | gstreamer1.0 \ | 51 | gstreamer1.0 \ |