diff options
author | Bob Ham <rah@settrans.net> | 2013-04-30 16:22:16 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:27 +0200 |
commit | 23ad6cfe2be0dc076f5f286e0f72e345667cf352 (patch) | |
tree | 28233bccd2fdfca591e9b41af690f2907bf396d3 /meta-efl | |
parent | dbbfb2d1258832ae190c626af2c1aa211f5e4c82 (diff) | |
download | meta-openembedded-23ad6cfe2be0dc076f5f286e0f72e345667cf352.tar.gz |
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>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-devtools/python/python-edje.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-efl/recipes-devtools/python/python-edje.inc b/meta-efl/recipes-devtools/python/python-edje.inc index 473b92e87..2e2e1f2b7 100644 --- a/meta-efl/recipes-devtools/python/python-edje.inc +++ b/meta-efl/recipes-devtools/python/python-edje.inc | |||
@@ -3,3 +3,4 @@ LICENSE = "LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
4 | DEPENDS += "edje python-evas evas" | 4 | DEPENDS += "edje python-evas evas" |
5 | RDEPENDS_${PN} += "python-evas" | 5 | RDEPENDS_${PN} += "python-evas" |
6 | EXTRA_OECONF += "--disable-examples" | ||