diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-04-14 16:31:48 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-04-14 16:31:48 -0700 |
commit | 3189734f8d6b1287c757cb9664d7e045ab3c57d7 (patch) | |
tree | 5c3d50c45086d94994eb5c750f3c3d9ae9b5c924 /recipes/e17/e-wm_svn.bb | |
parent | 9396869c27c4f4cbf093c356a8df20965ee929ad (diff) | |
parent | 06b6c395daf1cc41c95f8e2f094ea3b1e97d6d7b (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/e17/e-wm_svn.bb')
-rw-r--r-- | recipes/e17/e-wm_svn.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb index e61bce88d3..7eba8e29ed 100644 --- a/recipes/e17/e-wm_svn.bb +++ b/recipes/e17/e-wm_svn.bb @@ -64,6 +64,7 @@ PACKAGE_ARCH_${PN}-other = "all" PACKAGE_ARCH_${PN}-input-methods = "all" PACKAGE_ARCH_${PN}-sysactions = "all" +# file://${HOME}/C/svn/ssh+svn/e/trunk/e \ SRC_URI = "\ svn://svn.enlightenment.org/svn/e/trunk;module=e;proto=http \ file://enlightenment_start.oe \ @@ -107,6 +108,7 @@ do_install_append() { FILES_${PN} = "\ ${bindir}/* \ + ${libdir}/enlightenment/utils/* \ ${libdir}/enlightenment/modules/*/*.* \ ${libdir}/enlightenment/modules/*/*/* \ ${libdir}/enlightenment/preload/e_precache.so \ @@ -116,6 +118,7 @@ FILES_${PN} = "\ ${datadir}/enlightenment/data/config/profile.cfg \ ${datadir}/enlightenment/AUTHORS \ ${datadir}/enlightenment/COPYING \ + ${datadir}/xsessions/enlightenment.desktop \ ${sysconfdir}/xdg \ " FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" |