From fd59df9710a9a6645f4a3eff2d8e378d158fa3d9 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 21 Aug 2014 15:24:54 +0100 Subject: [PATCH] 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. --- configure.ac | 3 --- 1 file changed, 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 ])