diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-07 13:52:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-07 13:52:07 +0200 |
commit | e1d669119346c6fe36373873ab364716b9a941af (patch) | |
tree | 2f5ed9ba214561884c07fe5ba6fedd771a44d0ff /recipes/e17 | |
parent | 43fbe6ad1dc0db8f91d2ff503cc7c9e4f15ade04 (diff) |
e17: bump SRCREV to 39886
* runtime tested on beagleboard, feels a bit faster as before
* also gets us the blingy new wallpaper2 dialog
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/e-wm_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb index e82cf6904e..c9694fce80 100644 --- a/recipes/e17/e-wm_svn.bb +++ b/recipes/e17/e-wm_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17" DEPENDS = "eet evas ecore edje efreet edbus" LICENSE = "MIT BSD" PV = "0.16.999.050+svnr${SRCREV}" -PR = "r3" +PR = "r4" inherit e update-alternatives @@ -108,6 +108,7 @@ FILES_${PN} = "\ ${bindir}/* \ ${libdir}/enlightenment/modules/*/*.* \ ${libdir}/enlightenment/modules/*/*/* \ + ${libdir}/enlightenment/preload/e_precache.so \ ${datadir}/locale \ ${datadir}/enlightenment/data/icons \ ${datadir}/enlightenment/data/input_methods \ |