diff --git a/meson.options b/meson.options index 6b739b375..74de97f98 100644 --- a/meson.options +++ b/meson.options @@ -1,6 +1,6 @@ option('enable_java_guis', type : 'boolean', - value : true, + value : false, description : 'Re-enable the Java UI remnants in the code (for testing only)') option('enable_vsync',