blob: 648b28e84c074fbfb3a0dcd491334aa114e0c07e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.17 2011/02/15 11:30:47 drochner Exp $
--- util/cairo-gobject/cairo-gobject.h.orig 2010-09-09 15:56:24.000000000 +0000
+++ util/cairo-gobject/cairo-gobject.h
@@ -39,6 +39,9 @@
#include <cairo.h>
+/* if this header is installed, cairo has gobject functions */
+#define CAIRO_HAS_GOBJECT_FUNCTIONS 1
+
#if CAIRO_HAS_GOBJECT_FUNCTIONS
#include <glib-object.h>
|