diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-18 19:32:47 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-18 19:32:47 +0200 |
| commit | e6957fc2f52d75d4de0e91df0729156d9ccfb5b0 (patch) | |
| tree | f7f7174dfd5a571f95314116437cec2cbd61d1a0 /configure.ac | |
| parent | 3fc8875756c3ce02b1b45bd0383a0c307c442dde (diff) | |
Allow libdecor package version ≥ 0.2.0 with FLTK_USE_SYSTEM_LIBDECOR
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
