Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines Modified Files: Makefile.am Log Message: xrender xcb engine =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/modules/engines/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 2 Mar 2006 09:21:04 -0000 1.5 +++ Makefile.am 10 Mar 2006 19:10:07 -0000 1.6 @@ -13,7 +13,8 @@ software_win32_gdi \ software_x11 \ software_xcb \ -xrender_x11 +xrender_x11 \ +xrender_xcb # FIXME: these should go into engine subdirs so engines are much more fully # self-contained. @@ -41,7 +42,17 @@ ENGINE_CAIRO_X11_INC = endif +if BUILD_ENGINE_XRENDER_XCB +ENGINE_XRENDER_XCB = engines/xrender_xcb/libevas_engine_xrender_xcb.la +ENGINE_XRENDER_XCB_INC = Evas_Engine_XRender_Xcb.h +else +ENGINE_XRENDER_XCB = +ENGINE_XRENDER_XCB_INC = +endif + + include_HEADERS = \ $(ENGINE_DIRECTFB_INC) \ $(ENGINE_GL_X11_INC) \ +$(ENGINE_XRENDER_XCB_INC) $(ENGINE_CAIRO_X11_INC) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs