[clutter/wip/stereo: 2/6] build: Remove redundant --with-gles option
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/stereo: 2/6] build: Remove redundant --with-gles option
- Date: Tue, 18 Oct 2011 11:12:48 +0000 (UTC)
commit e898cf6e2aa14af66fa5d0ec4ed3ef629fcc4464
Author: Robert Bragg <robert linux intel com>
Date: Thu Aug 4 16:07:02 2011 +0100
build: Remove redundant --with-gles option
GL and GLES are abstracted by Cogl and there is nothing in Clutter that
needs to care what version of GLES is being used so we can now remove
the --with-gles configure option.
Reviewed-by: Neil Roberts <neil linux intel com>
configure.ac | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e78672c..d89b7cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,8 +179,6 @@ FLAVOUR_CFLAGS=""
CLUTTER_WINSYS_BASE=
CLUTTER_WINSYS_BASE_LIB=
CLUTTER_WINSYS=
-glesversion=1.1
-use_gles2_wrapper=no
experimental_backend=no
experimental_image=no
@@ -189,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]