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