From 7d35c10705346aecbc85cbcd1007b8e10a26b2be Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 7 Nov 2023 08:12:37 +0100 Subject: python3-kivy: Move a comment so it makes more sense Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-python/recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf