parent
593b417e5e
commit
e73f5cc8ab
@ -206,7 +206,7 @@ if test $have_native_backend = yes; then
|
|||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([HAVE_NATIVE_BACKEND],[test $have_native_backend = yes])
|
AM_CONDITIONAL([HAVE_NATIVE_BACKEND],[test $have_native_backend = yes])
|
||||||
|
|
||||||
PKG_CHECK_MODULES(MUTTER_WAYLAND, [clutter-wayland-1.0 clutter-wayland-compositor-1.0 wayland-server >= 1.5.90], [have_wayland=yes], [have_wayland=no])
|
PKG_CHECK_MODULES(MUTTER_WAYLAND, [clutter-wayland-1.0 clutter-wayland-compositor-1.0 wayland-server >= 1.6.90], [have_wayland=yes], [have_wayland=no])
|
||||||
if test $have_wayland = yes; then
|
if test $have_wayland = yes; then
|
||||||
AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no])
|
AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no])
|
||||||
AS_IF([test $WAYLAND_SCANNER = "no"],
|
AS_IF([test $WAYLAND_SCANNER = "no"],
|
||||||
|
Loading…
Reference in New Issue
Block a user