[gtk/ebassi/gidocgen: 240/471] Include low-level printing in the gir
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 240/471] Include low-level printing in the gir
- Date: Mon, 8 Mar 2021 18:23:21 +0000 (UTC)
commit 35200f2c0e9aa36c6603be895edd96b0a05cc2eb
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 27 10:56:11 2021 -0500
Include low-level printing in the gir
We add the sources, but not the headers. Oops.
gtk/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/meson.build b/gtk/meson.build
index 026e531b32..f35b545969 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -1242,11 +1242,11 @@ if build_gir
]
if os_unix
- gtk_introspection_sources += gtk_unix_print_sources
+ gtk_introspection_sources += [ gtk_unix_print_headers, gtk_unix_print_sources ]
endif
if os_win32
- gtk_introspection_sources += gtk_win32_print_sources
+ gtk_introspection_sources += [ gtk_win32_print_headers, gtk_win32_print_sources ]
endif
gtk_gir = gnome.generate_gir(libgtk,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]