diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-04-08 19:16:49 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-04-09 14:44:44 +0200 |
commit | 8e86f613160d023257d041ff24f94c88a8e12a46 (patch) | |
tree | 9ea776726666fa24c751d599ec3defc304f219f7 /docs | |
parent | 0fc06306063d8f3c8bd1e0d371eeb35ba9a9ea64 (diff) | |
download | pango-8e86f613160d023257d041ff24f94c88a8e12a46.tar.gz |
meson: skip pangoxft headers for the Windows gtk-doc build
The API isn't available on Windows and gtk-doc fails with a
linker error otherwise.
https://bugzilla.gnome.org/show_bug.cgi?id=795045
Diffstat (limited to 'docs')
-rw-r--r-- | docs/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build index c784149e..9122dc3c 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -45,6 +45,11 @@ if host_system != 'windows' 'pangocairo-win32.h', 'pangowin32.h', ] +else + private_headers += [ + 'pangoxft.h', + 'pangoxft-render.h', + ] endif content_files = [ |