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:
parent
e2bbf7f362
commit
7a299e9b47
@ -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 $@ \
|
||||
|
Loading…
Reference in New Issue
Block a user