diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-08 15:14:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-18 23:04:39 -0400 |
commit | 69d5dc7c9a3f704ba9d423035864382fea390d67 (patch) | |
tree | 668ef088c4aabcf35e1967c2e7904fda8a426ac7 /meson.build | |
parent | 9267f705ef115716128c7afabcf080728f6b70a6 (diff) | |
download | gtk+-69d5dc7c9a3f704ba9d423035864382fea390d67.tar.gz |
fontchooser: Determine sample text intelligently
Look at the languages supported by a font, and pick
a suitable sample text from the pango list of sample
texts. We can only implement this on platforms using
fontconfig, since it relies on pangofc apis.
This bumps the pango dependency to 1.47.1.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2e9354f847..242d0e394a 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ else endif glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req) -pango_req = '>= 1.45.5' +pango_req = '>= 1.47.0' fribidi_req = '>= 0.19.7' cairo_req = '>= 1.14.0' gdk_pixbuf_req = '>= 2.30.0' |