Commit 3055e42f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: fix wayland-client version requirements

parent 6a499d94
...@@ -3178,7 +3178,7 @@ AC_ARG_ENABLE(wayland, ...@@ -3178,7 +3178,7 @@ AC_ARG_ENABLE(wayland,
[AS_HELP_STRING([--enable-wayland], [Wayland support (default auto)])]) [AS_HELP_STRING([--enable-wayland], [Wayland support (default auto)])])
have_wayland="no" have_wayland="no"
AS_IF([test "${enable_wayland}" != "no"], [ AS_IF([test "${enable_wayland}" != "no"], [
PKG_CHECK_MODULES([WAYLAND_CLIENT], [wayland-client >= 1.4], [ PKG_CHECK_MODULES([WAYLAND_CLIENT], [wayland-client >= 1.5.91], [
have_wayland="yes" have_wayland="yes"
], [ ], [
AS_IF([test -n "${enable_wayland}"], [ AS_IF([test -n "${enable_wayland}"], [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment