mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-kivy: Move a comment so it makes more sense
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0de0685374
commit
7d35c10705
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user