aboutsummaryrefslogtreecommitdiffstats
path: root/evas
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-30 13:26:23 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-30 13:26:23 +0000
commitb3efe80bec7fed0516cb7697bfa3cb51eab070fb (patch)
tree335216efb46e7cf66805d0c3ea044cdafae3c41f /evas
parent2878afe1df65ca7dca59bb398e84542281923d9b (diff)
downloadopenembedded-b3efe80bec7fed0516cb7697bfa3cb51eab070fb.tar.gz
disable X only things in evas and ecore
BKrev: 410a4c7fTCZtQIZda4LADjgh9ArNxg
Diffstat (limited to 'evas')
-rw-r--r--evas/evas_cvs.oe14
1 files changed, 9 insertions, 5 deletions
diff --git a/evas/evas_cvs.oe b/evas/evas_cvs.oe
index 4d63ce6e64..67b651611b 100644
--- a/evas/evas_cvs.oe
+++ b/evas/evas_cvs.oe
@@ -7,6 +7,7 @@ SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libpng jpeg freetype"
PV = "${CVSDATE}"
+PR = "r1"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/evas \
file://flags.patch;patch=1 \
@@ -63,14 +64,17 @@ do_configure () {
}
headers = "Evas_Engine_Buffer.h \
- Evas_Engine_DirectFB.h \
Evas_Engine_FB.h \
- Evas_Engine_GL_X11.h \
- Evas_Engine_Software_Qtopia.h \
- Evas_Engine_Software_Win32_GDI.h \
- Evas_Engine_Software_X11.h \
Evas.h"
+# Don't install these headers or subsequent libraries will include support for it:
+# Evas_Engine_DirectFB.h \
+# Evas_Engine_GL_X11.h \
+# Evas_Engine_Software_Win32_GDI.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}/