summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-04-06 17:32:08 +0200
committerBastien Nocera <hadess@hadess.net>2022-04-07 13:46:20 +0200
commit2a7952a71285d140dafc3719ee1b699492015fbf (patch)
tree10b95171de3c78e4306620d9ef0ba6dd00365965 /meson.build
parentcb8a40e6bf189b80f4110b6519517db7aec859dd (diff)
downloadtotem-2a7952a71285d140dafc3719ee1b699492015fbf.tar.gz
main: Use GSignalGroup to simplify playlist signal handling
Remove some helper macros, and unsightly signal connection/disconnection in favour of using GSignalGroup to block/unblock all signals coming from the playlist widget.
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 e0945335c..4eb542e09 100644
--- a/meson.build
+++ b/meson.build
@@ -123,7 +123,7 @@ endif
add_project_arguments(common_flags, language: 'c')
-glib_req_version = '>= 2.56.0'
+glib_req_version = '>= 2.72.0'
gtk_req_version = '>= 3.22.0'
hdy_req_version = '>= 1.5.0'
gst_req_version = '>= 1.6.0'