summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorCarsten Haitzler (Raster <raster@rasterman.com>2008-10-30 14:23:06 +1100
committerStefan Schmidt <stefan@datenfreihafen.org>2008-11-13 23:32:38 +0000
commitdcc6fbead960522b68f12392e1e7f0009af38b17 (patch)
tree5d215f39379f0a943892605b571a29e4e62785e1 /packages/python
parent36705acbf8dfc65a9ce0652514cb0ee59cd456a4 (diff)
e17+efl: update to match latest additions and changes upstream
lots of changes: 1. eina added. now a dependency. 2. illume removed as separate source tree and module and part of e17's wm 3. e17's default theme now include illume support so no need for illume theme these are fairly major but clean things up a lot. the e17 package splits out config profile now (it includes all of them as recommends though). the user can choose what profiel they want runtime. this is a "first time you run e" thing or whenever you choose the default profile (you go back to the wizard). also full intl support works with language selection etc. as long as glibc has that locale support. lots of other bugfixes and improvements as well. if you want "latest e+efl to work well" you will want these changes.
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-ecore_svn.bb2
-rw-r--r--packages/python/python-edje_svn.bb2
-rw-r--r--packages/python/python-evas_svn.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/python/python-ecore_svn.bb b/packages/python/python-ecore_svn.bb
index 1b02bf77df..78aebc62fc 100644
--- a/packages/python/python-ecore_svn.bb
+++ b/packages/python/python-ecore_svn.bb
@@ -1,5 +1,5 @@
require python-efl.inc
-DEPENDS += "python-evas ecore"
+DEPENDS += "python-evas ecore eina"
RDEPENDS += "python-evas"
PV = "0.3.0+svnr${SRCREV}"
PR = "r0"
diff --git a/packages/python/python-edje_svn.bb b/packages/python/python-edje_svn.bb
index 4e33847dae..532db0875f 100644
--- a/packages/python/python-edje_svn.bb
+++ b/packages/python/python-edje_svn.bb
@@ -1,5 +1,5 @@
require python-efl.inc
-DEPENDS += "edje python-evas"
+DEPENDS += "edje python-evas eina"
RDEPENDS += "python-evas"
PV = "0.3.0+svnr${SRCREV}"
PR = "r0"
diff --git a/packages/python/python-evas_svn.bb b/packages/python/python-evas_svn.bb
index 6f53bf7e8d..2deb020b70 100644
--- a/packages/python/python-evas_svn.bb
+++ b/packages/python/python-evas_svn.bb
@@ -1,5 +1,5 @@
require python-efl.inc
-DEPENDS += "evas"
+DEPENDS += "evas eina"
PV = "0.3.0+svnr${SRCREV}"
PR = "r0"