projects
/
platform
/
core
/
uifw
/
dali-adaptor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c38e8
)
Use GLES 3.0 by default
48/190248/1
author
Adeel Kazmi
<adeel.kazmi@samsung.com>
Fri, 28 Sep 2018 11:19:30 +0000
(12:19 +0100)
committer
Adeel 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
patch
|
blob
|
history
diff --git
a/build/tizen/adaptor/configure.ac
b/build/tizen/adaptor/configure.ac
index 19ad826f4b77398ad3f5e27aad4ca2bc718ef842..6fc58447ef59f1990296a316db8bcfba2be5bfdc 100644
(file)
--- a/
build/tizen/adaptor/configure.ac
+++ b/
build/tizen/adaptor/configure.ac
@@
-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=
2
0])
+ [enable_gles=
3
0])
DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -DDALI_GLES_VERSION=${enable_gles}"