Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e
Modified Files:
Tag: branch-exp
configure.in
Log Message:
Hooks...
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.99.2.7
retrieving revision 1.99.2.8
diff -u -3 -r1.99.2.7 -r1.99.2.8
--- configure.in 31 Aug 2004 18:42:45 -0000 1.99.2.7
+++ configure.in 17 Sep 2004 14:28:32 -0000 1.99.2.8
@@ -204,10 +204,23 @@
if test "x$enable_xrandr" = "xyes"; then
AC_CHECK_LIB(Xrandr, XRRQueryExtension,
AC_DEFINE(HAS_XRANDR, 1, [RandR support])
- E_X_LIBS="-lXrandr $E_X_LIBS", , $X_LIBS -lXext -lX11)
+ E_X_LIBS="-lXrandr -lXrender $E_X_LIBS", , $X_LIBS -lXrender -lXext
-lX11)
AC_CHECK_HEADERS(X11/extensions/Xrandr.h,,,[#include <X11/Xlib.h>])
fi
+# FIXME - Do this properly
+AC_ARG_ENABLE(composite,
+ [ --enable-composite compile with Composite support [default=no]],
,enable_composite=no)
+if test "x$enable_composite" = "xyes"; then
+AC_CHECK_LIB(Xcomposite, XCompositeQueryExtension,
+ AC_DEFINE(HAS_COMPOSITE, 1, [Composite support])
+ E_X_LIBS="-lXcomposite -lXdamage -lXfixes $E_X_LIBS", , $X_LIBS -lXext
-lX11)
+AC_CHECK_HEADERS(X11/extensions/Xcomposite.h ,,,[#include <X11/Xlib.h>])
+AC_CHECK_HEADERS(X11/extensions/Xdamage.h ,,,[#include <X11/Xlib.h>])
+AC_CHECK_HEADERS(X11/extensions/Xfixes.h ,,,[#include <X11/Xlib.h>])
+AC_CHECK_HEADERS(X11/extensions/Xrender.h ,,,[#include <X11/Xlib.h>])
+fi
+
AC_CHECK_LIB(Fridge,mass_quantities_of_bass_ale)
AC_CHECK_LIB(Fridge,mass_quantities_of_any_ale, , [
echo "Warning: No ales were found in your refrigerator."
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs