Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.in 


Log Message:
- fix the build so evas_gl and fb engines are built conditionally
  - NOTE, both these engines are untested as I don't have evas support. If
    you have any problems compiling or running please let me know.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/configure.in,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- configure.in        11 Jun 2006 10:23:47 -0000      1.72
+++ configure.in        22 Jun 2006 01:12:27 -0000      1.73
@@ -118,6 +118,7 @@
                AC_MSG_ERROR(software X11 requested but no evas/ecore support 
found)
        fi
 fi
+AM_CONDITIONAL(EWL_ENABLE_EVAS_SOFTWARE_X11, test "x$have_software_x11" = xyes)
 
 AC_ARG_ENABLE(opengl-x11,
        [AC_HELP_STRING([--enable-opengl-x11],[enable opengl X11 support])],
@@ -135,6 +136,7 @@
                AC_MSG_ERROR(opengl X11 requested but no evas/ecore support 
found)
        fi
 fi
+AM_CONDITIONAL(EWL_ENABLE_EVAS_GL_X11, test "x$have_opengl_x11" = xyes)
 
 AC_ARG_ENABLE(fbcon,
        [AC_HELP_STRING([--enable-fbcon],[enable fbcon support])],
@@ -150,6 +152,17 @@
                AC_DEFINE(ENABLE_EWL_FB, 1, [Enable FB])
        elif test "x$enable_fbcon" = "xyes" ; then
                AC_MSG_ERROR(fbcon requested but no evas/ecore support found)
+       fi
+fi
+AM_CONDITIONAL(EWL_ENABLE_EVAS_FB, test "x$have_fbcon" = xyes)
+
+if test "x$have_software_x11" = "xyes"; then
+       AM_CONDITIONAL(EWL_ENABLE_X11, true)
+else
+       if test "x$have_opengl_x11" = "xyes"; then
+               AM_CONDITIONAL(EWL_ENABLE_X11, true)
+       else
+               AM_CONDITIONAL(EWL_ENABLE_X11, false)
        fi
 fi
 



All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to