summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-03-14 23:26:39 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-03-14 23:26:39 +0000
commita82b97e00050b578e8b11e1bdd31ab05c26a4f9d (patch)
tree7e181ce7a99269b5e6e0f33c19d0a5e1a270b413 /configure.ac
parent6de341392126e83e098a360b2d77f6259ee09a23 (diff)
downloadclutter-a82b97e00050b578e8b11e1bdd31ab05c26a4f9d.tar.gz
build: The EGL backend is no longer experimental
It's used by GNOME Shell on Wayland, and it's automatically tested on build.gnome.org — I say we can remove the experimental backend flag.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b10ac6989..18b5e75e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -428,8 +428,6 @@ AS_IF([test "x$enable_egl" = "xyes"],
[
CLUTTER_BACKENDS="$CLUTTER_BACKENDS egl"
- experimental_backend="yes"
-
SUPPORT_EGL=1
SUPPORT_COGL=1