[clutter] build: Remove the GLES configuration option
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] build: Remove the GLES configuration option
- Date: Wed, 19 Oct 2011 14:33:21 +0000 (UTC)
commit f1d86071c3310b430b85ee4bab4a8bc8a9460da3
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Oct 19 15:32:41 2011 +0100
build: Remove the GLES configuration option
The selector for GLES 1.1 or 2.0 is all in Cogl, now.
configure.ac | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 36fc5ca..8545dbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,8 +179,7 @@ FLAVOUR_CFLAGS=""
CLUTTER_WINSYS_BASE=
CLUTTER_WINSYS_BASE_LIB=
CLUTTER_WINSYS=
-glesversion=1.1
-use_gles2_wrapper=no
+
experimental_backend=no
AC_ARG_WITH([flavour],
@@ -188,11 +187,6 @@ AC_ARG_WITH([flavour],
[Select the Clutter window system backend])],
[CLUTTER_FLAVOUR=$with_flavour])
-AC_ARG_WITH([gles],
- [AS_HELP_STRING([--with-gles=@<:@1.1/2.0@:>@],
- [Select Clutter GLES version (for EGL backends)])],
- [glesversion=$with_gles])
-
# base dependencies for core
CLUTTER_BASE_PC_FILES="cogl-1.0 >= $COGL_REQ_VERSION cairo-gobject >= $CAIRO_REQ_VERSION atk >= $ATK_REQ_VERSION pangocairo >= $PANGO_REQ_VERSION cogl-pango-1.0 json-glib-1.0 >= $JSON_GLIB_REQ_VERSION"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]