$OpenBSD: patch-clutter_Makefile_in,v 1.1 2011/04/07 07:44:46 jasper Exp $

We don't use the internal JSONGlib copy.

--- clutter/Makefile.in.orig	Thu Apr  7 09:35:24 2011
+++ clutter/Makefile.in	Thu Apr  7 09:42:06 2011
@@ -1433,7 +1433,7 @@ clutter-enum-types.c: clutter-enum-types.h
 @HAVE_INTROSPECTION_TRUE@		--include=Pango-1.0 \
 @HAVE_INTROSPECTION_TRUE@		--include=PangoCairo-1.0 \
 @HAVE_INTROSPECTION_TRUE@		--include=Cogl-@CLUTTER_API_VERSION@ \
-@HAVE_INTROSPECTION_TRUE@	        --include=ClutterJson-@CLUTTER_API_VERSION@ \
+@HAVE_INTROSPECTION_TRUE@	        --include=Json-@CLUTTER_API_VERSION@ \
 @HAVE_INTROSPECTION_TRUE@		--library=libclutter-@CLUTTER_FLAVOUR@-@CLUTTER_API_VERSION@.la \
 @HAVE_INTROSPECTION_TRUE@		--libtool="$(top_builddir)/libtool" \
 @HAVE_INTROSPECTION_TRUE@	        --pkg gobject-2.0 \
@@ -1445,7 +1445,7 @@ clutter-enum-types.c: clutter-enum-types.h
 
 # ClutterJson.gir and Cogl.gir are used included into Clutter.gir, so need
 # to be built before the typelib is generated
-@HAVE_INTROSPECTION_TRUE@Clutter-@CLUTTER_API_VERSION@.typelib: ClutterJson-@CLUTTER_API_VERSION@.gir Cogl-@CLUTTER_API_VERSION@.gir
+@HAVE_INTROSPECTION_TRUE@Clutter-@CLUTTER_API_VERSION@.typelib: Cogl-@CLUTTER_API_VERSION@.gir
 
 # We build Cogl.gir in the cogl/ subdir, but it needs to reference the shared
 # library that it's built into, so we delay compiling the gir into typelib
