This commit is contained in:
Hermet Park 2021-03-02 16:18:55 +09:00
parent dfd0a112bf
commit 6056d49666
1 changed files with 1 additions and 1 deletions

View File

@ -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'
)