[clutter/wip/stereo: 2/6] build: Remove redundant --with-gles option



commit 9a159c2c56de1ba16b3e8ea0b05f655bee9abfc5
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 fb31952..0056a10 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]