summaryrefslogtreecommitdiff
path: root/packages/efl/embryo-native_0.9.1.013.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-08-13 00:50:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-13 00:50:47 +0000
commitcef4e511868d109e5775ba2d21f7ef988b86f9a4 (patch)
treef578161abff8d88f9b837925054875b176950f7f /packages/efl/embryo-native_0.9.1.013.bb
parent571a4fc239ca4358c47664c26683370354ce4f6f (diff)
Fix dependencies for all EFL and E17 packages
Fix problems with edje/embryo (stage .inc files) Add a patch for e-wm which will automatically scroll menus onto the screen when the cursor is within 5px of the edge of the screen Enable edb frontends for GTK and ncurses
Diffstat (limited to 'packages/efl/embryo-native_0.9.1.013.bb')
-rw-r--r--packages/efl/embryo-native_0.9.1.013.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/efl/embryo-native_0.9.1.013.bb b/packages/efl/embryo-native_0.9.1.013.bb
index ba24e954bc..a33adb7bd2 100644
--- a/packages/efl/embryo-native_0.9.1.013.bb
+++ b/packages/efl/embryo-native_0.9.1.013.bb
@@ -2,5 +2,6 @@ include embryo_${PV}.bb
inherit native
do_stage_append() {
- ${HOST_SYS}-libtool --mode=install install -m 0755 src/bin/embryo_cc ${STAGING_BINDIR}
-}
+ install -d ${STAGING_DATADIR}/embryo/include
+ install -m 0644 include/default.inc ${STAGING_DATADIR}/embryo/include
+} \ No newline at end of file