Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.in 


Log Message:
Hook up autotools support for Epsilon and the ewl_image thumbnailing.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/configure.in,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- configure.in        29 Mar 2006 19:48:04 -0000      1.68
+++ configure.in        31 Mar 2006 06:50:28 -0000      1.69
@@ -196,6 +196,20 @@
 
 CFLAGS=$EMOTION_CFLAGS" "$CFLAGS
 
+AC_PATH_GENERIC(epsilon, 0.3.0,
+  [ 
+    have_epsilon="yes"
+    requirements="$requirements epsilon"
+    AC_DEFINE(BUILD_EPSILON_SUPPORT, 1, [Enable Epsilon Support for Ewl_Image])
+  ],
+  [
+    have_epsilon="no"
+    echo "No epsilon-config detected."
+  ]
+)
+
+CFLAGS=$EPSILON_CFLAGS" "$CFLAGS
+
 ###
 
 CFLAGS=$PCFLAGS




-------------------------------------------------------
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

Reply via email to