diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-07-24 02:23:26 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-24 02:23:26 +0000 |
commit | 42d9aa4bc51ed65c455e37d447cae5cf1b78bf8b (patch) | |
tree | 9d777c1691213c5a601ded822df796aad894d1a9 /packages/python/python-edje_cvs.bb | |
parent | 36bd4d761748b0f5d4b6bfe916dc183c9167672b (diff) |
add python-emotion. all python bindings to EFL compile now, but I didn't test their runtime capabilities yet...
Diffstat (limited to 'packages/python/python-edje_cvs.bb')
-rw-r--r-- | packages/python/python-edje_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-edje_cvs.bb b/packages/python/python-edje_cvs.bb index a12622bc12..632ca8400a 100644 --- a/packages/python/python-edje_cvs.bb +++ b/packages/python/python-edje_cvs.bb @@ -1,4 +1,4 @@ require python-efl.inc -DEPENDS += "edje" +DEPENDS += "edje python-evas" |