summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2022-10-03 12:15:01 -0700
committerCorey Berla <corey@berla.me>2022-10-03 12:15:11 -0700
commit9833c15fbe271f61d5fdd2787d495baad2069d67 (patch)
tree24bff022ee7c416420804dc4ba57ed9aada27e6f
parent3d9844af9ab304c9bc8cd1cc6eb03f2348d70c4c (diff)
downloadnautilus-9833c15fbe271f61d5fdd2787d495baad2069d67.tar.gz
build: Bump glib to 2.76
We need glib 2.76 for the next x/xx-large thumbnail attributes
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e6717af4c..610c6c70a 100644
--- a/meson.build
+++ b/meson.build
@@ -95,7 +95,7 @@ pkgconfig = import('pkgconfig')
################
# Dependencies #
################
-glib_ver = '>= 2.72.0'
+glib_ver = '>= 2.76.0'
libm = cc.find_library('m')