~ubuntu-branches/ubuntu/quantal/cairo/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-01-03 16:47:46 UTC
  • mfrom: (1.2.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110103164746-prafu6izco94769v
Tags: 1.10.2-6ubuntu1
* Resynchronize on Debian, the remaining delta for ubuntu is:
* server_side_gradients.patch: don't use server side gradients, most drivers 
  don't handle those and are really slow
* cairo-lp-680628.patch: git backport to fix pdf printing speed issues
* debian/patches/disable-flto-for-gcc-4.6: disable use of -flto when building.
* Build tweaks for multiarch, enable the GL backend

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
$(configure_flags) \
56
56
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
57
57
--enable-xlib --enable-svg \
58
 
--enable-xcb --enable-perf-utils
 
58
--enable-xcb --enable-perf-utils \
 
59
--enable-gl
59
60
 
60
61
udeb_configure_flags += \
61
62
$(configure_flags) \