[cairo] [PATCH glitz] without this patch glitz won't work with
closed source nvidia drivers
Kristof Vansant
de_lupus at pandora.be
Mon Mar 7 14:37:54 PST 2005
Index: configure.in
===================================================================
RCS file: /cvs/cairo/glitz/configure.in,v
retrieving revision 1.17
diff -u -r1.17 configure.in
--- configure.in 1 Mar 2005 15:49:37 -0000 1.17
+++ configure.in 7 Mar 2005 22:34:49 -0000
@@ -111,7 +111,7 @@
AC_PATH_XTRA
if test "x$have_x" = "xyes"; then
- GLX_LIBS="$X_LIBS -lX11 -lGL"
+ GLX_LIBS="$X_LIBS -lX11 -lGL -lXxf86vm"
GLX_CFLAGS="$X_CFLAGS"
save_LIBS="$LIBS"
look at this bugreport by me for more info:
(I first thought that nvidia was causing the problem)
https://bugzilla.ubuntu.com/show_bug.cgi?id=7123
More information about the cairo
mailing list