From 7a299e9b470f3feb9e8cb674815ebfd288d638f5 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 26 May 2010 13:40:18 +0100 Subject: [PATCH] introspection: Add --pkg atk We need to tell the introspection scanner all the dependencies we require, including the pkg-config name to use when compiling the GIR file into a typelib object. --- clutter/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index e40d8c4dd..7fac70ed1 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -324,6 +324,7 @@ Clutter-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-@CLUTTER_ --libtool="$(top_builddir)/libtool" \ --pkg gobject-2.0 \ $(json_gir_pkg) \ + --pkg atk \ --pkg pango \ --pkg pangocairo \ --output $@ \