diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb b/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb index 67ab9a0175..a72ee14f6c 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb @@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed5cd0f2cfda42852c332e3b88c85fea" inherit setuptools3 pkgconfig features_check PIP_INSTALL_PACKAGE = "Kivy" +# Kivy's setup files only look for GLES libraries for Android, iOS, RPi, +# and mali-based OS's. We need to patch the setup file to tell Kivy setup +# that our machine has GLES libaries installed as well +# Also, if using SDL2 as backend, SDL2 needs to be configured with gles SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \ file://0001-add-support-for-glesv2.patch \ " -# Kivy's setup files only look for GLES libraries for Android, iOS, RPi, -# and mali-based OS's. We need to patch the setup file to tell Kivy setup -# that our machine has GLES libaries installed as well -# Also, if using SDL2 as backend, SDL2 needs to be configured wth gles SRCREV = "344768bfefd2e8f5302cc9dfb8ca41991ce6f7e7" S = "${WORKDIR}/git"