[pango/more-introspection-fixes: 6/7] Parse all pangoft sources
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/more-introspection-fixes: 6/7] Parse all pangoft sources
- Date: Fri, 2 Aug 2019 17:19:21 +0000 (UTC)
commit f77e7e2a2d177f3621c8002d2725de45f2fcc0c4
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Aug 2 14:33:07 2019 +0100
Parse all pangoft sources
The PangoFT2 sources have gtk-doc stanzas, so we need to parse them all
to avoid warnings from the introspection scanner only having the headers
to go by.
pango/meson.build | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/pango/meson.build b/pango/meson.build
index b43cd7f9..1665a82f 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -192,14 +192,13 @@ if build_pangoft2
]
pangoft2_public_sources = [
- 'pangoft2.c',
- ]
-
- pangoft2_sources = pangofc_public_sources + pangoot_public_sources + pangoft2_public_sources + [
'pangoft2-fontmap.c',
'pangoft2-render.c',
+ 'pangoft2.c',
]
+ pangoft2_sources = pangofc_public_sources + pangoot_public_sources + pangoft2_public_sources
+
if host_system == 'windows'
pangoft2_rc = configure_file(
input: 'pangoft2.rc.in',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]