introspection: Add --pkg atk
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 26 May 2010 12:40:18 +0000 (13:40 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 26 May 2010 12:40:18 +0000 (13:40 +0100)
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

index e40d8c4..7fac70e 100644 (file)
@@ -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 $@ \