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.
This commit is contained in:
Emmanuele Bassi 2010-05-26 13:40:18 +01:00
parent e2bbf7f362
commit 7a299e9b47

View 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 $@ \