summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2019-12-03 08:51:28 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2021-01-13 22:00:15 +0000
commit685e1da9642b7a3fb0dbe1afda482f7bd5b05f33 (patch)
treea4e80cf6ec8d0e09300a124beecfd0c1fc5aec2d /meson.build
parent2eaf6753bd08b2eead62b12002c26da2401dcdb3 (diff)
downloadgcr-685e1da9642b7a3fb0dbe1afda482f7bd5b05f33.tar.gz
prompt: Support transient_for in Wayland
GDK provides an interface to the _xdg-foreign_ protocol extension, which exactly allows to export a handle that another window can use to set itself transient to. Also bump the minmal GTK version to 3.22, since that is the version that adds the necessary methods to do this in GDK.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 02b4c3c..dffd3dd 100644
--- a/meson.build
+++ b/meson.build
@@ -53,9 +53,8 @@ if p11_system_config_modules == ''
endif
if get_option('gtk')
- gtk_min_version = '3.12'
+ gtk_min_version = '3.22'
gtk_dep = dependency('gtk+-3.0', version: '>=' + gtk_min_version)
- gtk_x11_dep = dependency('gtk+-x11-3.0', version: '>=' + gtk_min_version)
endif
# configuration