diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-28 15:50:40 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:41 +0200 |
commit | 15304778d96f63eb16b06c43a784d500f03440d3 (patch) | |
tree | acec3817c2bc41dd928fb6cd6a8e77c468d11d08 /meta-efl/recipes-devtools/python | |
parent | f11e9d2a3bffcd4b8e5db47b683eafed62176989 (diff) | |
download | meta-openembedded-15304778d96f63eb16b06c43a784d500f03440d3.tar.gz |
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>
Diffstat (limited to 'meta-efl/recipes-devtools/python')
-rw-r--r-- | meta-efl/recipes-devtools/python/python-edje_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-devtools/python/python-edje_svn.bb b/meta-efl/recipes-devtools/python/python-edje_svn.bb index 1607d8700..f527959fb 100644 --- a/meta-efl/recipes-devtools/python/python-edje_svn.bb +++ b/meta-efl/recipes-devtools/python/python-edje_svn.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
4 | PR = "${INC_PR}.2" | 4 | PR = "${INC_PR}.2" |
5 | SRCREV = "${EFL_SRCREV}" | 5 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "edje python-evas" | 6 | DEPENDS += "edje python-evas evas" |
7 | RDEPENDS_${PN} += "python-evas" | 7 | RDEPENDS_${PN} += "python-evas" |
8 | 8 | ||
9 | SRC_URI += "file://0001-fix-unicode-conversion.patch" | 9 | SRC_URI += "file://0001-fix-unicode-conversion.patch" |