git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ed7dcd
)
ewl cvs RRECOMMENDS its engines
author
Michael Lauer
<mickey@vanille-media.de>
Sun, 23 Dec 2007 16:18:22 +0000
(16:18 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sun, 23 Dec 2007 16:18:22 +0000
(16:18 +0000)
packages/efl1/ewl_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/efl1/ewl_cvs.bb
b/packages/efl1/ewl_cvs.bb
index
8fb8521
..
193efcb
100644
(file)
--- a/
packages/efl1/ewl_cvs.bb
+++ b/
packages/efl1/ewl_cvs.bb
@@
-2,10
+2,9
@@
DESCRIPTION = "The Enlightened Widget Library, \
a simple-to-use general purpose widget library \
based on the enlightenment foundation libraries."
DEPENDS = "evas ecore edje emotion efreet epsilon"
-RSUGGESTS_${PN} += "ewl-themes"
LICENSE = "MIT"
PV = "0.5.1+cvs${SRCDATE}"
-PR = "r
1
"
+PR = "r
2
"
inherit efl_library
@@
-31,3
+30,5
@@
FILES_${PN}-dbg += "${libdir}/ewl/*/.debug"
FILES_${PN}-engines = "${libdir}/ewl/engines/*.so*"
FILES_${PN}-plugins = "${libdir}/ewl/plugins/*.so*"
+
+RRECOMMENDS_${PN} = "${PN}-engines ${PN}-plugins ewl-themes"