summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHermet Park <chuneon.park@samsung.com>2021-03-02 16:18:55 +0900
committerHermet Park <chuneon.park@samsung.com>2021-03-02 16:18:55 +0900
commit6056d49666760ce817b50ef781d7a92931da0f59 (patch)
treebdffb2d5e465ae2449a548aab6bb8c96af901124
parentdfd0a112bfe90cf21bcd4649b0144dcc151ff54e (diff)
downloadefl-6056d49666760ce817b50ef781d7a92931da0f59.tar.gz
+++
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e6e2b958d7..37fb67774e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -67,7 +67,7 @@ option('eeze',
option('opengl',
type : 'combo',
choices : ['full', 'es-egl', 'none'],
- value : 'es-egl',
+ value : 'full',
description : 'Type of OpenGL support in efl'
)