From b99b5d8bd2849657504142ea2ce882e4ef83d05d Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Fri, 23 Feb 2024 12:28:33 -0500 Subject: Wayland: fix missing gtk-layer-shell required version --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.1