diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-08-02 14:33:07 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-08-02 18:19:03 +0100 |
commit | f77e7e2a2d177f3621c8002d2725de45f2fcc0c4 (patch) | |
tree | ace7a50ec730499d3ee66d6c7242fb15744c0c5b /pango/meson.build | |
parent | 1bdadfe1aae158fb406e10f81f3ae0533dea1602 (diff) | |
download | pango-f77e7e2a2d177f3621c8002d2725de45f2fcc0c4.tar.gz |
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.
Diffstat (limited to 'pango/meson.build')
-rw-r--r-- | pango/meson.build | 7 |
1 files 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', |