summaryrefslogtreecommitdiff
path: root/ecore
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-29 16:23:15 +0000
committerChris Larson <clarson@kergoth.com>2004-05-29 16:23:15 +0000
commit57805d1d4e115d1901fa432d0dcb49807a38233b (patch)
treec6ebb69a1eee286ebda03f72ce0b34986579df76 /ecore
parent939ac29a9f2981f28ed4abf0182ece8b7b17ed9f (diff)
Make ecore install ecore-config, Fix the edje build, and update the evoak
build to get as close as we possibly can to successfully building. BKrev: 40b8b8f3_Z5jrJ0n2J99t2DrXK_udA
Diffstat (limited to 'ecore')
-rw-r--r--ecore/ecore_cvs.oe7
1 files changed, 6 insertions, 1 deletions
diff --git a/ecore/ecore_cvs.oe b/ecore/ecore_cvs.oe
index ce1072d700..a210200bf9 100644
--- a/ecore/ecore_cvs.oe
+++ b/ecore/ecore_cvs.oe
@@ -24,7 +24,7 @@ EXTRA_OECONF = "--enable-ecore-fb --enable-ecore-job \
--disable-ecore-x --enable-ecore-config \
--disable-openssl"
-parts = "Ecore Ecore_Job \
+parts = "Ecore Ecore_Job Ecore_X \
Ecore_Txt Ecore_Fb Ecore_Con \
Ecore_Ipc Ecore_Evas Ecore_Config"
@@ -36,4 +36,9 @@ do_stage () {
done
install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/
install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/
+ cat ecore-config | sed -e 's,/usr/include,${STAGING_INCDIR},g; \
+ s,/usr/lib,${STAGING_LIBDIR},g; \
+ s,/usr/bin,${STAGING_BINDIR},g; \
+ s,/usr,${STAGING_LIBDIR}/..,g;' > ${STAGING_BINDIR}/ecore-config
+ chmod u+x ${STAGING_BINDIR}/ecore-config
}