From e6957fc2f52d75d4de0e91df0729156d9ccfb5b0 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:32:47 +0200 Subject: =?UTF-8?q?Allow=20libdecor=20package=20version=20=E2=89=A5=200.2.?= =?UTF-8?q?0=20with=20FLTK=5FUSE=5FSYSTEM=5FLIBDECOR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9429b0458..ad2dd5996 100644 --- a/configure.ac +++ b/configure.ac @@ -1092,7 +1092,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [ BUILD="WAYLANDX11" graphics="Wayland or X11 with cairo" ]) - AS_IF([$PKGCONFIG --exists 'libdecor-0 > 0.2.2'], + AS_IF([$PKGCONFIG --exists 'libdecor-0 >= 0.2.0'], [ plugin_dir="$($PKGCONFIG --variable=libdir libdecor-0)/libdecor/plugins-1" CFLAGS="$CFLAGS -DUSE_SYSTEM_LIBDECOR" -- cgit v1.2.3