mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:03:46 +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:
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user