summaryrefslogtreecommitdiff
path: root/build/Makefile.win32.features-h
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/Makefile.win32.features-h
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/Makefile.win32.features-h')
-rw-r--r--build/Makefile.win32.features-h3
1 files changed, 3 insertions, 0 deletions
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