[cairo-commit] packaging/debian/cairo/debian rules,1.11,1.12

Dave Beckett commit at pdx.freedesktop.org
Mon Nov 8 14:17:53 PST 2004


Committed by: dajobe

Update of /cvs/cairo/packaging/debian/cairo/debian
In directory gabe:/tmp/cvs-serv1897

Modified Files:
	rules 
Log Message:
Note glitz 0.2.3 now needed
Edit to --disable-glitz (from --disable-gl)


Index: rules
===================================================================
RCS file: /cvs/cairo/packaging/debian/cairo/debian/rules,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- rules	23 Aug 2004 21:15:22 -0000	1.11
+++ rules	8 Nov 2004 22:17:51 -0000	1.12
@@ -5,8 +5,9 @@
 #include /usr/share/cdbs/1/rules/simple-patchsys.mk
 # --disable-xcb just to be sure. Otherwise Build-Depend etc. on libxcb1-dev
 #
-# --disable-gl just to be sure. Otherwise Build-Depend etc. on libglitz1-dev
+# --disable-glitz just to be sure. Otherwise Build-Depend etc. on libglitz1-dev
 # not yet in the archive but is packaged in
 #   http://cairographics.org/packages/debian/
 # upstream does not consider it stable enough to release
-DEB_CONFIGURE_USER_FLAGS=--disable-xcb --disable-gl
+# If enabled, this depends on glitz >= 0.2.3
+DEB_CONFIGURE_USER_FLAGS=--disable-xcb --disable-glitz




More information about the cairo-commit mailing list