diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-08 14:22:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-08 14:22:47 +0100 |
commit | ff17a06fbdc21e20953330a91c5cbb7d70ddf554 (patch) | |
tree | cbc0d34b51e26b676c268c4b1695d57b5cc17eea /recipes/e17 | |
parent | 26672294a02fb82a6b164a89a2bd3a43ddb7e611 (diff) |
e-wm: package illume-home config in ${PN} for the time being
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/e-wm_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/e17/e-wm_svn.bb b/recipes/e17/e-wm_svn.bb index b4e35b6890..602f78e335 100644 --- a/recipes/e17/e-wm_svn.bb +++ b/recipes/e17/e-wm_svn.bb @@ -3,7 +3,7 @@ DEPENDS = "eet evas ecore edje efreet edbus" LICENSE = "MIT BSD" SRCNAME = "e" PV = "0.16.999.060+svnr${SRCPV}" -PR = "r9" +PR = "r10" inherit e update-alternatives @@ -125,7 +125,9 @@ FILES_${PN} = "\ ${datadir}/enlightenment/COPYING \ ${datadir}/xsessions/enlightenment.desktop \ ${sysconfdir}/xdg \ + ${datadir}/enlightenment/data/config/illume-home \ " + FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" FILES_${PN}-config-illume = "${datadir}/enlightenment/data/config/illume" FILES_${PN}-config-minimalist = "${datadir}/enlightenment/data/config/minimalist" |