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
This commit is contained in:
Hermet Park 2020-08-14 17:44:17 +09:00
parent 7289116227
commit 93b517df06

View file

@ -1,7 +1,7 @@
option('engines',
type: 'array',
choices: ['sw', 'gl'],
value: ['sw', 'gl'],
value: ['sw'],
description: 'Enable Rasterizer Engine in thorvg')
option('loaders',