diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-05 15:21:50 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-05 15:21:50 +0100 |
commit | 310cebf194919cf3a7c37e724e64962ae47343cc (patch) | |
tree | 681f810a1b007b11df7afa10773cb2537657208f /build/Makefile.win32.features | |
parent | 9b932d7cd750b9bc61d108c80c4530352d952cfa (diff) |
[configure] Add option to disable trace.
Some environments may be broken beyond our capabilities to detect, or
maybe the user is just insane and doesn't want to build my nice shiny
cairo-trace. Whatever, give them the option to choose:
$ ./configure --disable-trace
Diffstat (limited to 'build/Makefile.win32.features')
-rw-r--r-- | build/Makefile.win32.features | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile.win32.features b/build/Makefile.win32.features index bc82d0ff9..eb10b236b 100644 --- a/build/Makefile.win32.features +++ b/build/Makefile.win32.features @@ -30,3 +30,4 @@ CAIRO_HAS_PDF_SURFACE=1 CAIRO_HAS_SVG_SURFACE=1 CAIRO_HAS_TEST_SURFACES=0 CAIRO_HAS_XML_SURFACE=1 +CAIRO_HAS_TRACE=1 |