From dcc6fbead960522b68f12392e1e7f0009af38b17 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Raster" Date: Thu, 30 Oct 2008 14:23:06 +1100 Subject: 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. --- packages/efl1/eina-native_svn.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/efl1/eina-native_svn.bb (limited to 'packages/efl1/eina-native_svn.bb') diff --git a/packages/efl1/eina-native_svn.bb b/packages/efl1/eina-native_svn.bb new file mode 100644 index 0000000000..8cc34bb178 --- /dev/null +++ b/packages/efl1/eina-native_svn.bb @@ -0,0 +1,6 @@ +require eina_svn.bb +inherit native +DEPENDS = "" +# we no longer inherit pkgconfig, so we need to state this explicitly +# (see explanation in efl.bbclass and autotools.bbclass) +DEPENDS += "pkgconfig-native" -- cgit v1.2.3