summaryrefslogtreecommitdiff
path: root/packages/efl/ewl_0.0.4.004.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-10 16:39:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-10 16:39:05 +0000
commit049c02152682c0bd92b31bab58561c407fdd4265 (patch)
treeb0966d49d09afd8358d895bfc8c0bbc8a4c3309e /packages/efl/ewl_0.0.4.004.bb
parentf8c0794f1ab6872cfeebc72217984b4417991fb3 (diff)
more EFL fixes + add the enlightenment library from the E window manager as dedicated library
Diffstat (limited to 'packages/efl/ewl_0.0.4.004.bb')
-rw-r--r--packages/efl/ewl_0.0.4.004.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/efl/ewl_0.0.4.004.bb b/packages/efl/ewl_0.0.4.004.bb
index e9b1516a8c..36d8c5c860 100644
--- a/packages/efl/ewl_0.0.4.004.bb
+++ b/packages/efl/ewl_0.0.4.004.bb
@@ -8,7 +8,10 @@ inherit efl
SRC_URI += "file://ewl-configure.patch;patch=1"
-do_configure() {
- gnu-configize
- oe_runconf
+do_stage_append() {
+ for i in src/lib/ewl_*.h
+ do
+ install -m 0644 $i ${STAGING_INCDIR}
+ done
}
+