diff --git a/meson.options b/meson.options index bc73c0516..3171bc298 100644 --- a/meson.options +++ b/meson.options @@ -11,7 +11,7 @@ option('classic_panorama', option('renderer', type : 'combo', - choices: ['gl2', 'gl3', 'gles'], + choices: ['gl3', 'gles'], value : 'gl3', description : 'Specifies a rendering implementation for the game.')