From 93b517df062a42c511d93770558ade9293996362 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 14 Aug 2020 17:44:17 +0900 Subject: [PATCH] disable gl_engine in default. We don't include gl compile before it works properly. For development & test please turn it on in meson_option.txt locally. Change-Id: I2ff8b06f8e1b496922f70ec580662e8886a9b93d --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 59d0130..3990b17 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', -- 2.7.4