From b3efe80bec7fed0516cb7697bfa3cb51eab070fb Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 30 Jul 2004 13:26:23 +0000 Subject: disable X only things in evas and ecore BKrev: 410a4c7fTCZtQIZda4LADjgh9ArNxg --- evas/evas_cvs.oe | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'evas') 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}/ -- cgit v1.2.3