summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-05-11 18:46:41 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-06-07 03:18:38 +0200
commitc6534a144cdf47f122048643673c40a83d83fa2b (patch)
tree92947cc01551947b9031a8fd120262dc76e5efff /meson.build
parent543d6361533a2d95ac276b0c5163dfeb911e90e9 (diff)
downloadlibnotify-c6534a144cdf47f122048643673c40a83d83fa2b.tar.gz
build: Bump dependency on glib 2.38
It's almost 10 years old, so I think we can safely depend on that to support the features we're optionally depending on, plus the ones we're going to add
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 7abea3b..a597da9 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ man1dir = join_paths(prefix, get_option('mandir'), 'man1')
libnotify_deps = []
extra_deps = []
-glib_req_version = '>= 2.26.0'
+glib_req_version = '>= 2.38.0'
gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0')
glib_dep = dependency('glib-2.0', version: glib_req_version)