mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
python-edje: add evas to DEPENDS
* fixes: ./edje/edit/c_edit.c:235:18: fatal error: Evas.h: No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
PR = "${INC_PR}.2"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
DEPENDS += "edje python-evas"
|
||||
DEPENDS += "edje python-evas evas"
|
||||
RDEPENDS_${PN} += "python-evas"
|
||||
|
||||
SRC_URI += "file://0001-fix-unicode-conversion.patch"
|
||||
|
||||
Reference in New Issue
Block a user