projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aec422
)
introspection: Include deprecated gdk api in gir
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 May 2023 10:58:35 +0000
(06:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 May 2023 13:39:13 +0000
(09:39 -0400)
This was overlooked in when the headers were moved
in
ed265f6a7e7e6f24f48
.
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index 201c8c9fd00cfc992ae180f2ffb2324182fdd7d3..cd199ffadf34f950dfed969df7f991d9632c63c2 100644
(file)
--- 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',