diff options
author | lukefromdc <[email protected]> | 2024-02-23 12:28:33 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-02-23 12:28:33 -0500 |
commit | b99b5d8bd2849657504142ea2ce882e4ef83d05d (patch) | |
tree | d70467fa755573846915aec1e98c19fdb37ea17d /configure.ac | |
parent | a51978473f24f11f4826a20dbd9148474530d652 (diff) | |
download | mate-utils-b99b5d8bd2849657504142ea2ce882e4ef83d05d.tar.bz2 mate-utils-b99b5d8bd2849657504142ea2ce882e4ef83d05d.tar.xz |
Wayland: fix missing gtk-layer-shell required versionwayland-deps
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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" |