diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-12-11 18:52:01 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-12-11 18:52:44 -0500 |
commit | 9fc788a6a6bde68cfeef7dbc4d55969638d82a4a (patch) | |
tree | 7d39c48cc260c09edb406d50c7280b52cbbdb707 /pango/meson.build | |
parent | c8793f5df3b63f76c37b04384eabd8c10e44cedc (diff) | |
download | pango-9fc788a6a6bde68cfeef7dbc4d55969638d82a4a.tar.gz |
Fix fallout from bidi deprecation
PangoDirection is still used in some public apis,
so just keep it around.
Closes: #339
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 3424b096..099aed89 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -35,6 +35,7 @@ pango_headers = [ 'pango-break.h', 'pango-context.h', 'pango-coverage.h', + 'pango-direction.h', 'pango-engine.h', 'pango-font.h', 'pango-fontmap.h', |