[cairo-commit] glitz configure.in,1.20,1.21

Jon Smirl commit at pdx.freedesktop.org
Tue Jun 14 19:46:45 PDT 2005


Committed by: jonsmirl

Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv31361

Modified Files:
	configure.in 
Log Message:
Specific use of libEGL in the right place in the build system


Index: configure.in
===================================================================
RCS file: /cvs/cairo/glitz/configure.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- configure.in	7 Jun 2005 15:44:34 -0000	1.20
+++ configure.in	15 Jun 2005 02:46:43 -0000	1.21
@@ -203,7 +203,7 @@
   AC_HELP_STRING([--enable-egl], [Enable glitz's EGL backend]),
   [use_egl=$enableval], [use_egl=no])
 
-EGL_LIBS="-lGL"
+EGL_LIBS="-lGL -lEGL"
 EGL_CFLAGS="$EGL_CFLAGS"
     
 if test "x$use_egl" = "xyes"; then




More information about the cairo-commit mailing list