mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-02 22:30:26 +00:00
python3-kivy: Require X11 or Wayland in DISTRO_FEATURES
At least one of the following DISTRO_FEATURES needs to be present: X11 or Wayland. The recipe now work with pure Wayland. Signed-off-by: Marine Vovard <m.vovard@phytec.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
4aeca7b2b3
commit
2e9f76eb41
@@ -43,7 +43,9 @@ export KIVY_GRAPHICS
|
||||
KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}"
|
||||
export KIVY_CROSS_SYSROOT
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "x11 opengl"
|
||||
REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data"
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "x11 wayland"
|
||||
|
||||
DEPENDS += " \
|
||||
gstreamer1.0 \
|
||||
|
||||
Reference in New Issue
Block a user