diff options
Diffstat (limited to 'evas/evas_cvs.oe')
-rw-r--r-- | evas/evas_cvs.oe | 14 |
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}/ |