[clutter/clutter-1.20] build: Remove experimental notice for wayland/evdev



commit fd59df9710a9a6645f4a3eff2d8e378d158fa3d9
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Aug 21 15:24:54 2014 +0100

    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 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8ebd601..3317e06 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
               ])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]