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

Dave Beckett commit at pdx.freedesktop.org
Mon Aug 23 14:15:24 PDT 2004


Committed by: dajobe

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

Modified Files:
	rules 
Log Message:
Disable GL explicitly


Index: rules
===================================================================
RCS file: /cvs/cairo/packaging/debian/cairo/debian/rules,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** rules	12 May 2004 21:14:24 -0000	1.10
--- rules	23 Aug 2004 21:15:22 -0000	1.11
***************
*** 5,7 ****
  #include /usr/share/cdbs/1/rules/simple-patchsys.mk
  # --disable-xcb just to be sure. Otherwise Build-Depend etc. on libxcb1-dev
! DEB_CONFIGURE_USER_FLAGS=--disable-xcb
--- 5,12 ----
  #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
! # 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




More information about the cairo-commit mailing list