From: Matthias Clasen Date: Sun, 21 May 2023 10:58:35 +0000 (-0400) Subject: introspection: Include deprecated gdk api in gir X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~232^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e71bd92aab380ccdc4e72018950a6aacde2329c;p=gtk4.git introspection: Include deprecated gdk api in gir This was overlooked in when the headers were moved in ed265f6a7e7e6f24f48. --- diff --git a/gtk/meson.build b/gtk/meson.build index 201c8c9fd0..cd199ffadf 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -1195,7 +1195,7 @@ if build_gir gdk_gir_inc = [ 'cairo-1.0', 'Gio-2.0', 'GdkPixbuf-2.0', 'Pango-1.0', 'PangoCairo-1.0' ] gdk_gir = gnome.generate_gir(libgtk, - sources: gdk_public_headers + gdk_public_sources + [ gdkenum_h ], + sources: gdk_public_headers + gdk_deprecated_headers + gdk_public_sources + gdk_deprecated_sources + [ gdkenum_h ], namespace: 'Gdk', nsversion: gtk_api_version, identifier_prefix: 'Gdk',