forked from AuroraMiddleware/gtk
Bump Wayland dep
We need Wayland 1.2.0 for wl_surface_set_buffer_scale. https://bugzilla.gnome.org/show_bug.cgi?id=708012
This commit is contained in:
parent
eab0b3a59c
commit
4a90a0da12
@ -403,7 +403,7 @@ if test "x$enable_wayland_backend" = "xyes"; then
|
||||
GDK_WINDOWING="$GDK_WINDOWING
|
||||
#define GDK_WINDOWING_WAYLAND"
|
||||
DISABLE_ON_WAYLAND='%'
|
||||
WAYLAND_PACKAGES="wayland-client >= 1.1.90 xkbcommon >= 0.2.0 wayland-cursor"
|
||||
WAYLAND_PACKAGES="wayland-client >= 1.2.0 xkbcommon >= 0.2.0 wayland-cursor"
|
||||
|
||||
AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no])
|
||||
AS_IF([test "x$WAYLAND_SCANNER" = "xno"],
|
||||
|
Loading…
Reference in New Issue
Block a user