diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2017-08-01 09:55:55 +0300 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2017-08-01 09:55:55 +0300 |
commit | d810602845f295469635be8c5987560ea5b78ec1 (patch) | |
tree | 3aba64174c15c1b5a871257f98770f8a3a7b3018 /pango/meson.build | |
parent | fe0669798d617406b52a638fb2525b1f7527a2d6 (diff) | |
download | pango-d810602845f295469635be8c5987560ea5b78ec1.tar.gz |
fix build with meson
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 06ac496e..e963aaaf 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -11,6 +11,7 @@ pango_sources = [ 'pango-color.c', 'pango-context.c', 'pango-coverage.c', + 'pango-emoji.c', 'pango-engine.c', 'pango-fontmap.c', 'pango-fontset.c', |