Skip to content
Snippets Groups Projects
Commit a2c23389 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Hugo Beauzée-Luyssen
Browse files

configure: bump wayland-client requirement

Get the protocol definition for wl_output version 4.
parent 29688812
No related branches found
No related tags found
Loading
......@@ -3328,7 +3328,7 @@ AS_IF([test "${enable_wayland}" != "no"], [
wl_err=""
dnl wayland
PKG_CHECK_MODULES([WAYLAND_CLIENT], [wayland-client >= 1.5.91],, [
PKG_CHECK_MODULES([WAYLAND_CLIENT], [wayland-client >= 1.19.91],, [
wl_err="$wl_err ${WAYLAND_CLIENT_PKG_ERRORS}."
])
PKG_CHECK_MODULES([WAYLAND_CURSOR], [wayland-cursor],, [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment