wayland: Require wayland-client 1.1.90
This has the new methods required for buffer scaling.
This commit is contained in:
@ -402,7 +402,7 @@ if test "x$enable_wayland_backend" = "xyes"; then
|
|||||||
GDK_WINDOWING="$GDK_WINDOWING
|
GDK_WINDOWING="$GDK_WINDOWING
|
||||||
#define GDK_WINDOWING_WAYLAND"
|
#define GDK_WINDOWING_WAYLAND"
|
||||||
DISABLE_ON_WAYLAND='%'
|
DISABLE_ON_WAYLAND='%'
|
||||||
WAYLAND_PACKAGES="wayland-client >= 1.0.0 xkbcommon >= 0.2.0 wayland-cursor"
|
WAYLAND_PACKAGES="wayland-client >= 1.1.90 xkbcommon >= 0.2.0 wayland-cursor"
|
||||||
AM_CONDITIONAL(USE_WAYLAND, true)
|
AM_CONDITIONAL(USE_WAYLAND, true)
|
||||||
else
|
else
|
||||||
AM_CONDITIONAL(USE_WAYLAND, false)
|
AM_CONDITIONAL(USE_WAYLAND, false)
|
||||||
|
|||||||
Reference in New Issue
Block a user