summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGabor Karsay <gabor.karsay@gmx.at>2019-10-24 18:58:26 +0200
committerBastien Nocera <hadess@hadess.net>2020-04-01 14:07:25 +0200
commit4fd7a94a43a2879c71d72b44010e2840e7cdb7f8 (patch)
treeae3663a2f3a94052e72674d1d94d2d7ebb8b491c /meson.build
parent67f7abdeea78cacf1ce471b73950ad7e1b97f326 (diff)
downloadtotem-4fd7a94a43a2879c71d72b44010e2840e7cdb7f8.tar.gz
grilo: Keep focus on search entry after validation
Don't make the search entry insensitive while the search is ongoing, instead cancel the ongoing operation if a new search is started. Closes: #188 Helps: #113
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 6aa31bc98..af8aa7953 100644
--- a/meson.build
+++ b/meson.build
@@ -123,7 +123,7 @@ endif
add_project_arguments(common_flags, language: 'c')
-glib_req_version = '>= 2.35.0'
+glib_req_version = '>= 2.56.0'
gtk_req_version = '>= 3.22.0'
gst_req_version = '>= 1.6.0'
grilo_req_version = '>= 0.3.0'