diff --git a/meson_options.txt b/meson_options.txt index 59d0130d..3990b177 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ option('engines', type: 'array', choices: ['sw', 'gl'], - value: ['sw', 'gl'], + value: ['sw'], description: 'Enable Rasterizer Engine in thorvg') option('loaders',