Include gtk/gtk-a11y.h in introspection file.

The gir XML file contains description of types and functions from
gtk/gtk-a11y.h. Indicate that this header should be included in addition
to gtk/gtk.h in applications written in C. #56
This commit is contained in:
Tomasz Miąsko 2018-03-03 00:00:00 +00:00
parent ec2cdac298
commit 7ba53de1e8

View File

@ -1045,6 +1045,7 @@ if build_gir
dependencies: gsk_gir_dep,
extra_args: gir_args + [
'-DGTK_COMPILATION',
'--c-include=gtk/gtk-a11y.h',
])
gtk_dep_sources += gtk_gir
endif