Use GLES 3.0 by default 47/190247/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Sep 2018 11:19:09 +0000 (12:19 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Sep 2018 11:19:33 +0000 (12:19 +0100)
This only changes the desktop build default, the packaging file
specifies what version of GLES to use every time.

Change-Id: Ifc500688e0fbe34c4f7e2d89a75acb4f43188293

build/tizen/configure.ac

index deedf44..ba2140e 100644 (file)
@@ -61,7 +61,7 @@ AC_ARG_ENABLE([gles],
               [AC_HELP_STRING([--enable-gles],
                               [Specify the OpenGL ES version for backwards compatibility])],
               [enable_gles=$enableval],
-              [enable_gles=20])
+              [enable_gles=30])
 
 AC_ARG_ENABLE([cxx03_abi],
               [AC_HELP_STRING([--enable-cxx03-abi],