mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
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:
parent
7289116227
commit
93b517df06
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
option('engines',
|
option('engines',
|
||||||
type: 'array',
|
type: 'array',
|
||||||
choices: ['sw', 'gl'],
|
choices: ['sw', 'gl'],
|
||||||
value: ['sw', 'gl'],
|
value: ['sw'],
|
||||||
description: 'Enable Rasterizer Engine in thorvg')
|
description: 'Enable Rasterizer Engine in thorvg')
|
||||||
|
|
||||||
option('loaders',
|
option('loaders',
|
||||||
|
|
Loading…
Add table
Reference in a new issue