summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiveditha Rau <niveditha.rau@oracle.com>2019-10-23 20:46:21 -0700
committerNiveditha Rau <niveditha.rau@oracle.com>2019-10-23 20:46:21 -0700
commit8089d86f30cb56fe2f720b6b4cfd9435d5cc3d92 (patch)
tree54192d4efebac4fb834afce5950581f2d3ce17a5 /meson.build
parent9b6ce0f184a52c8db2e0843a2eafe4900ee73883 (diff)
downloadgnome-font-viewer-8089d86f30cb56fe2f720b6b4cfd9435d5cc3d92.tar.gz
update the minimum required glib version
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3f3bcea..aec5596 100644
--- a/meson.build
+++ b/meson.build
@@ -22,7 +22,7 @@ desktopdir = join_paths(datadir, 'applications')
servicesdir = join_paths(datadir, 'dbus-1', 'services')
thumbnailerdir = join_paths(datadir, 'thumbnailers')
-glib_req_version = '>= 2.35.1'
+glib_req_version = '>= 2.56.0'
gtk_req_version = '>= 3.20.0'
harfbuzz_req_version = '>= 0.9.9'