summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-01-18 00:03:32 -0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-01-18 00:03:32 -0200
commit578185a86e980602ed32176018810a3a70d4b645 (patch)
tree5a9bfc0c976f28e744d7004164ac9fde752fcaa8 /meson.build
parentafbdddc2ede143f2150728e1085ae07ca58845c3 (diff)
downloadgnome-control-center-578185a86e980602ed32176018810a3a70d4b645.tar.gz
project: Build GTK+ version in Meson too
To synchronize with the Autotools counterpart, which had the GTK+ version bumped in order to support unsetting emojis on the search bar.
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 550ebf247..657284407 100644
--- a/meson.build
+++ b/meson.build
@@ -121,7 +121,7 @@ common_deps = [
gsettings_desktop_dep,
dependency('gio-unix-2.0'),
dependency('gthread-2.0'),
- dependency('gtk+-3.0', version: '>= 3.22.0')
+ dependency('gtk+-3.0', version: '>= 3.22.20')
]
# Check for CUPS 1.4 or newer