mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
configure.ac: update wayland-server requirement
Raise wayland-server requirement to 1.13.0 to use the new API to control wl_global visibility, so that we can hide Xwayland specific protocols from other regular clients. https://bugzilla.gnome.org/show_bug.cgi?id=783342
This commit is contained in:
parent
346acaf7f6
commit
c54377e3ba
@ -275,7 +275,7 @@ AS_IF([test "$enable_egl_device" = "yes"], [
|
||||
AC_DEFINE([HAVE_EGL_DEVICE],[1], [Defined if EGLDevice support is enabled])
|
||||
])
|
||||
|
||||
MUTTER_WAYLAND_MODULES="wayland-server >= 1.6.90"
|
||||
MUTTER_WAYLAND_MODULES="wayland-server >= 1.13.0"
|
||||
|
||||
AC_ARG_ENABLE(wayland,
|
||||
AS_HELP_STRING([--disable-wayland], [disable mutter on wayland support]),,
|
||||
|
Loading…
x
Reference in New Issue
Block a user