| 314 if enable_introspection |
314 if enable_introspection |
| 315 introspection_sources = libpidgin_headers + libpidgin_prefs_headers |
315 introspection_sources = libpidgin_headers + libpidgin_prefs_headers |
| 316 |
316 |
| 317 Pidgin_gir_includes = [ |
317 Pidgin_gir_includes = [ |
| 318 'GObject-2.0', 'Gtk-3.0', 'GPlugin-1.0', 'GPluginGtk-1.0', |
318 'GObject-2.0', 'Gtk-3.0', 'GPlugin-1.0', 'GPluginGtk-1.0', |
| 319 talkatu_gir, |
319 'Talkatu-0.0', |
| 320 # subproject needs to be before libpurple in the repo so that |
320 # subproject needs to be before libpurple in the repo so that |
| 321 # meson will use our variables and not try to discover them from |
321 # meson will use our variables and not try to discover them from |
| 322 # libpurple. |
322 # libpurple. |
| 323 libpurple_gir[0], |
323 libpurple_gir[0], |
| 324 ] |
324 ] |