summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-03-08 12:57:52 +0100
committerJens Georg <mail@jensge.org>2019-03-08 13:00:32 +0100
commit36e41a03afdefcaaf4eb06b86f50c90a4433611d (patch)
treed44c2d76494b5b2254673945e0a078c56fc851b7 /meson.build
parent16edf21a0e792a56f7b5f0e0ae21a44bad5dc9c9 (diff)
downloadgupnp-36e41a03afdefcaaf4eb06b86f50c90a4433611d.tar.gz
build: Bump glib requirement to 2.58
For g_atomic_rc_box et al
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index c07095f..aa0ad47 100644
--- a/meson.build
+++ b/meson.build
@@ -19,8 +19,8 @@ add_global_arguments('-DHAVE_CONFIG_H=1', language : 'c')
guul = subproject('guul', default_options : ['default_library=static'])
dependencies = [
- dependency('glib-2.0', version : '>= 2.44'),
- dependency('gio-2.0', version : '>= 2.44'),
+ dependency('glib-2.0', version : '>= 2.58'),
+ dependency('gio-2.0', version : '>= 2.58'),
dependency('gmodule-2.0', version : '>= 2.44'),
dependency('gobject-2.0', version : '>= 2.44'),
dependency('gssdp-1.2', version : '>= 1.1.3'),