diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-10 10:04:31 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-10 10:04:31 +0100 |
commit | 06af67f2e653d6b0d45117f9aaad0b25db1eaa67 (patch) | |
tree | 23b5114b641ce7ecdf17ed8a7f314a5964bcf8c6 /packages/e17 | |
parent | 7cc6eda90687f0694caefa0330533a455b3ef536 (diff) |
e-wm: ship unpackaged utils in ${PN}-utils
Diffstat (limited to 'packages/e17')
-rw-r--r-- | packages/e17/e-wm_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/e17/e-wm_svn.bb b/packages/e17/e-wm_svn.bb index f9962ca946..000bd72d20 100644 --- a/packages/e17/e-wm_svn.bb +++ b/packages/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 = "r0" +PR = "r1" inherit e update-alternatives @@ -35,6 +35,7 @@ PACKAGES =+ "\ ${PN}-other \ ${PN}-input-methods \ ${PN}-sysactions \ + ${PN}-utils \ " RRECOMMENDS_${PN} = "\ @@ -127,6 +128,7 @@ FILES_${PN}-icons = "${datadir}/enlightenment/data/icons" FILES_${PN}-other = "${datadir}/enlightenment/data/other" FILES_${PN}-input-methods = "${datadir}/enlightenment/data/input_methods" FILES_${PN}-sysactions = "${sysconfdir}/enlightenment/sysactions.conf" +FILES_${PN}-utils = "${libdir}/enlightenment/utils/*" RRECOMMENDS_${PN}-config-default = "${PN}-theme-default" RRECOMMENDS_${PN}-config-illume = "${PN}-theme-illume" |