summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-08-21 15:24:54 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2014-08-21 15:24:54 +0100
commitfd59df9710a9a6645f4a3eff2d8e378d158fa3d9 (patch)
tree47cebb4128a0de31766ae263019d601f0d1595d9
parent158af1ff594d8984b59dcf90654ed04cd8c53e16 (diff)
downloadclutter-fd59df9710a9a6645f4a3eff2d8e378d158fa3d9.tar.gz
build: Remove experimental notice for wayland/evdev
Both backends are built via CI and used by GNOME, so they should not be considered experimental any more.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8ebd601be..3317e06c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -339,8 +339,6 @@ AS_IF([test "x$enable_wayland" = "xyes"],
CLUTTER_BACKENDS="$CLUTTER_BACKENDS wayland"
CLUTTER_INPUT_BACKENDS="$CLUTTER_INPUT_BACKENDS wayland"
- experimental_backend="yes"
-
SUPPORT_WAYLAND=1
SUPPORT_COGL=1
@@ -507,7 +505,6 @@ AS_IF([test "x$enable_evdev" = "xyes"],
[
CLUTTER_INPUT_BACKENDS="$CLUTTER_INPUT_BACKENDS evdev"
BACKEND_PC_FILES_PRIVATE="$BACKEND_PC_FILES_PRIVATE libudev >= $LIBUDEV_REQ_VERSION libinput >= $LIBINPUT_REQ_VERSION xkbcommon"
- experimental_input_backend="yes"
AC_DEFINE([HAVE_EVDEV], [1], [Have evdev support for input handling])
SUPPORT_EVDEV=1
])