summaryrefslogtreecommitdiff
path: root/evas
diff options
context:
space:
mode:
Diffstat (limited to 'evas')
-rw-r--r--evas/evas-native_cvs.oe0
-rw-r--r--evas/evas_cvs.oe8
2 files changed, 1 insertions, 7 deletions
diff --git a/evas/evas-native_cvs.oe b/evas/evas-native_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/evas/evas-native_cvs.oe
diff --git a/evas/evas_cvs.oe b/evas/evas_cvs.oe
index 67b651611b..6be924f8de 100644
--- a/evas/evas_cvs.oe
+++ b/evas/evas_cvs.oe
@@ -14,7 +14,7 @@ SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/
file://pkg.m4"
S = "${WORKDIR}/evas"
-inherit autotools pkgconfig
+inherit autotools pkgconfig binconfig
EXTRA_OECONF = "--enable-fb \
--disable-directfb \
@@ -74,15 +74,9 @@ headers = "Evas_Engine_Buffer.h \
# Evas_Engine_Software_X11.h
# Evas_Engine_Software_Qtopia.h \
-
do_stage () {
for i in ${headers}; do
install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/
done
oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/
- cat evas-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}/evas-config
- chmod u+x ${STAGING_BINDIR}/evas-config
}