summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb
index 63c2ae7334..d046489021 100644
--- a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://kivy.org/"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a"
6 6
7inherit setuptools3 7inherit setuptools3 pkgconfig features_check
8 8
9SRC_URI = "\ 9SRC_URI = "\
10 git://github.com/kivy/kivy.git;protocol=git;\ 10 git://github.com/kivy/kivy.git;protocol=git;\
@@ -42,6 +42,8 @@ export KIVY_GRAPHICS
42KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}" 42KIVY_CROSS_SYSROOT="${RECIPE_SYSROOT}"
43export KIVY_CROSS_SYSROOT 43export KIVY_CROSS_SYSROOT
44 44
45REQUIRED_DISTRO_FEATURES += "x11 opengl"
46
45DEPENDS += " \ 47DEPENDS += " \
46 gstreamer1.0 \ 48 gstreamer1.0 \
47 gstreamer1.0-python \ 49 gstreamer1.0-python \