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

Change-Id: Ic8676b2c7675d4188a5e0445b82a2764a227e475

build/tizen/adaptor/configure.ac

index 19ad826..6fc5844 100644 (file)
@@ -136,7 +136,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])
 
 DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -DDALI_GLES_VERSION=${enable_gles}"