diff options
author | Carsten Haitzler (Raster <raster@rasterman.com> | 2008-10-30 14:23:06 +1100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-13 23:32:38 +0000 |
commit | dcc6fbead960522b68f12392e1e7f0009af38b17 (patch) | |
tree | 5d215f39379f0a943892605b571a29e4e62785e1 /packages/efl1/eet_svn.bb | |
parent | 36705acbf8dfc65a9ce0652514cb0ee59cd456a4 (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/efl1/eet_svn.bb')
-rw-r--r-- | packages/efl1/eet_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/efl1/eet_svn.bb b/packages/efl1/eet_svn.bb index e801a543e7..6f7a615fad 100644 --- a/packages/efl1/eet_svn.bb +++ b/packages/efl1/eet_svn.bb @@ -1,5 +1,5 @@ DESCRIPTION = "EET is the Enlightenment data storage library" -DEPENDS = "zlib jpeg openssl" +DEPENDS = "zlib jpeg openssl eina" LICENSE = "MIT BSD" PV = "1.0.1+svnr${SRCREV}" PR = "r3" |