Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        main.c 


Log Message:
- Link only to ecore libs we actually need
- Check for GL engine support at configure time
- Spawner should not be linking against Evas


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- main.c      25 Oct 2003 05:42:57 -0000      1.17
+++ main.c      25 Oct 2003 06:51:30 -0000      1.18
@@ -489,8 +489,10 @@
          should improve performance appreciably */
       if (!strcmp(session->config->engine, "software"))
          e = ecore_evas_software_x11_new(NULL, 0, 0, 0, WINW, WINH);
+#ifdef HAVE_ECORE_GL_X11
       else if (!strcmp(session->config->engine, "gl"))
          e = ecore_evas_gl_x11_new(NULL, 0, 0, 0, WINW, WINH);
+#endif
       else
       {
          fprintf(stderr,




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to