diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-07 14:50:12 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-20 10:00:42 -0400 |
commit | dba200b2d9dc56431fc2fb598f60d11eb2b037b8 (patch) | |
tree | d14bad454ffbd12b42e1b9310a512f6ebd1bde50 /pango/meson.build | |
parent | d8df0da73752284dff28952224258b1884ed200c (diff) | |
download | pango-dba200b2d9dc56431fc2fb598f60d11eb2b037b8.tar.gz |
Cosmetics: Split off pango-color.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 04d19b2b..9e1d8d93 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -34,6 +34,7 @@ pango_headers = [ 'pango-attributes.h', 'pango-bidi-type.h', 'pango-break.h', + 'pango-color.h', 'pango-context.h', 'pango-coverage.h', 'pango-direction.h', |