From bc3663b93df83bbbf9d29f9f737953c89e2f721d Mon Sep 17 00:00:00 2001 From: Roza Date: Tue, 25 Feb 2020 01:01:23 -0500 Subject: [PATCH] Remove 'gl3' build option --- meson_options.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 2c015d0f..435d962f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -3,7 +3,6 @@ option('mk', type: 'boolean', value: false, description: 'Build to fit Marin\'s option('console', type: 'boolean', value: false, description: 'Whether to debug information in the console') option('macos_min_version', type: 'string', value: '10.12', description: 'Minimum macOS system version to support') option('threaded_gl_init', type: 'boolean', value: true, description: 'Init GL on secondary thread') -option('gl3', type: 'boolean', value: false, description: 'Use OpenGL 3.3 instead of 4.1') option('shared_fluid', type: 'boolean', value: false, description: 'Dynamically link fluidsynth at build time') option('cjk_fallback_font', type: 'boolean', value: false, description: 'Use WenQuanYi Micro Hei as the fallback font')