build: Fixed simd options detection
[platform/core/graphics/tizenvg.git] / meson_options.txt
index 9c37b53..7ceeb7e 100644 (file)
@@ -16,10 +16,10 @@ option('savers',
    value: ['tvg_beta'],
    description: 'Enable File Savers in thorvg')
 
-option('vectors',
-   type: 'combo',
-   choices: ['', 'avx', 'neon'],
-   value: 'neon',
+
+option('use_simd',
+   type: 'boolean',
+   value: true,
    description: 'Enable CPU Vectorization(SIMD) in thorvg')
 
 option('bindings',