summaryrefslogtreecommitdiff
path: root/build/Makefile.win32.features
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2010-08-07 21:32:09 +0200
committerAndrea Canciani <ranma42@gmail.com>2010-08-07 21:32:09 +0200
commitf71a618bd2604c8f0beaf4816a38a54f6f271bd9 (patch)
tree38b1c1f5a793f162506eb6dfb4612823844d56f7 /build/Makefile.win32.features
parent661f4859cdbc0394ed0a9db34ced0f4e2bbe78ff (diff)
Fix configuration if gobject is absent
Autodetect gobject and only use it if present. Its absence is not to be considered a failure since it's not required.
Diffstat (limited to 'build/Makefile.win32.features')
-rw-r--r--build/Makefile.win32.features2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.win32.features b/build/Makefile.win32.features
index c8f4a7c5f..d76cf0ef8 100644
--- a/build/Makefile.win32.features
+++ b/build/Makefile.win32.features
@@ -35,7 +35,7 @@ CAIRO_HAS_TEST_SURFACES=0
CAIRO_HAS_TEE_SURFACE=0
CAIRO_HAS_XML_SURFACE=0
CAIRO_HAS_PTHREAD=0
-CAIRO_HAS_GOBJECT_FUNCTIONS=1
+CAIRO_HAS_GOBJECT_FUNCTIONS=0
CAIRO_HAS_TRACE=0
CAIRO_HAS_INTERPRETER=1
CAIRO_HAS_SYMBOL_LOOKUP=0