summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-08-07 20:05:42 +0200
committerBenjamin Otte <otte@redhat.com>2010-08-07 20:19:27 +0200
commit661f4859cdbc0394ed0a9db34ced0f4e2bbe78ff (patch)
tree1b5d218bc7ca1802540e1abcd606d6ccb4e802fd /build
parentfc4e8f036326da1839ec5320eba60823e7efc2db (diff)
Add cairo-gobject library
This library is supposed to contain GType declarations for Cairo types. It is also meant to support gobject-introspection binding creation.
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.win32.features1
-rw-r--r--build/Makefile.win32.features-h3
2 files changed, 4 insertions, 0 deletions
diff --git a/build/Makefile.win32.features b/build/Makefile.win32.features
index 7e606177..c8f4a7c5 100644
--- a/build/Makefile.win32.features
+++ b/build/Makefile.win32.features
@@ -35,6 +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_TRACE=0
CAIRO_HAS_INTERPRETER=1
CAIRO_HAS_SYMBOL_LOOKUP=0
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h
index 2106f020..f5cbcf1a 100644
--- a/build/Makefile.win32.features-h
+++ b/build/Makefile.win32.features-h
@@ -113,6 +113,9 @@ endif
ifeq ($(CAIRO_HAS_PTHREAD),1)
@echo "#define CAIRO_HAS_PTHREAD 1" >> src/cairo-features.h
endif
+ifeq ($(CAIRO_HAS_GOBJECT_FUNCTIONS),1)
+ @echo "#define CAIRO_HAS_GOBJECT_FUNCTIONS 1" >> src/cairo-features.h
+endif
ifeq ($(CAIRO_HAS_TRACE),1)
@echo "#define CAIRO_HAS_TRACE 1" >> src/cairo-features.h
endif