mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 20:12:48 +00:00
python-edje: Fix building by preventing attempted use of examples
The examples apparently require compilation of .edc files to .edj files using a program called edje_cc. I have no idea how the upstream Makefile is supposed to work but it contains no such instructions and errors out without this configure option. Signed-off-by: Bob Ham <rah@settrans.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
dbbfb2d125
commit
23ad6cfe2b
@ -3,3 +3,4 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
DEPENDS += "edje python-evas evas"
|
||||
RDEPENDS_${PN} += "python-evas"
|
||||
EXTRA_OECONF += "--disable-examples"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user