summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2024-02-23 12:28:33 -0500
committerlukefromdc <[email protected]>2024-02-23 12:28:33 -0500
commitb99b5d8bd2849657504142ea2ce882e4ef83d05d (patch)
treed70467fa755573846915aec1e98c19fdb37ea17d
parenta51978473f24f11f4826a20dbd9148474530d652 (diff)
downloadmate-utils-wayland-deps.tar.bz2
mate-utils-wayland-deps.tar.xz
Wayland: fix missing gtk-layer-shell required versionwayland-deps
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c2441888..effa2522 100644
--- a/configure.ac
+++ b/configure.ac
@@ -234,6 +234,9 @@ dnl $enable_in_process is gonna be either:
dnl - "no" if explicitly disabled
dnl - "yes" if explicitly enabled or if Wayland is explicitly enabled
dnl - "auto" if nothing specific is requested, in which case, default back to "no"
+
+GTK_LAYER_SHELL_REQUIRED_VERSION=0.6
+
AS_IF([test "x$enable_in_process" != xyes], [enable_in_process=no])
WAYLAND_DEPS="gtk-layer-shell-0 >= $GTK_LAYER_SHELL_REQUIRED_VERSION wayland-client gdk-wayland-3.0 >= $GDK_WAYLAND_REQUIRED_VERSION"