summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-11-20 19:07:38 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-20 19:07:38 +0100
commit464889c874ccb0129d9ff9240094974f8030fa4b (patch)
treecdb6131cdac9416b28a5b41b411106dfa40fbad2 /meson.build
parenta0bc3b16c95332ba68b409a58f3b58ab5e6ef19d (diff)
downloadpygobject-464889c874ccb0129d9ff9240094974f8030fa4b.tar.gz
build: bump glib requirement to 2.48
It's the one shipped with Ubuntu 16.04, which is the oldest distro we run tests on.
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 b942d904..5271ce96 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@ python = pymod.find_installation(get_option('python'))
python_dep = python.dependency()
-glib_version_req = '>= 2.38.0'
+glib_version_req = '>= 2.48.0'
gi_version_req = '>= 1.46.0'
pycairo_version_req = '>= 1.11.1'
libffi_version_req = '>= 3.0'