Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Add Xft support.

===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -3 -r1.174 -r1.175
--- configure.in        20 Oct 2006 22:39:35 -0000      1.174
+++ configure.in        22 Oct 2006 14:09:50 -0000      1.175
@@ -138,6 +138,13 @@
             [Imlib2 has imlib_context_set_mask_alpha_threshold]),,
   $IMLIB2_LIBS)
 
+AC_ARG_ENABLE(xft,
+  [  --enable-xft            compile with Xft support @<:@default=yes@:>@],,
+  enable_xft=yes)
+if test "x$enable_xft" = "xyes"; then
+  PKG_CHECK_MODULES(XFT, xft, AC_DEFINE(USE_XFT, 1, [Xft support]), 
enable_xft=no)
+fi
+
 AC_ARG_ENABLE(ecore,
   [  --enable-ecore          use ecore functions (for testing only - DO NOT 
USE!) @<:@default=no@:>@],,
   enable_ecore=no)
@@ -308,6 +315,7 @@
 echo "  Sound ........................ $enable_sound"
 echo "  Old GNOME hints .............. $enable_hints_gnome"
 echo "  Zoom ......................... $enable_zoom"
+echo "  Xft .......................... $enable_xft"
 echo "  Xinerama ..................... $enable_xinerama"
 echo "  RandR ........................ $enable_xrandr"
 echo "  Composite .................... $enable_composite"



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to