diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-25 00:15:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-25 09:34:50 -0500 |
commit | c9695879af169f3afd53f6a348fae564f5100b02 (patch) | |
tree | acade608e8010672683bfaf5d87ead5f35919215 /pango/meson.build | |
parent | 07c91f9b2f9f3979939d6d7adcd22968b9b5b33e (diff) | |
download | pango-c9695879af169f3afd53f6a348fae564f5100b02.tar.gz |
Install pango-fontset-simple.h
Diffstat (limited to 'pango/meson.build')
-rw-r--r-- | pango/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/meson.build b/pango/meson.build index 2273f413..9f4c49be 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -46,6 +46,7 @@ pango_headers = [ 'pango-font.h', 'pango-fontmap.h', 'pango-fontset.h', + 'pango-fontset-simple.h', 'pango-glyph.h', 'pango-glyph-item.h', 'pango-gravity.h', |