projects
/
platform
/
core
/
graphics
/
tizenvg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7289116
)
disable gl_engine in default.
75/241075/1
author
Hermet Park
<chuneon.park@samsung.com>
Fri, 14 Aug 2020 08:44:17 +0000
(17:44 +0900)
committer
Hermet Park
<chuneon.park@samsung.com>
Fri, 14 Aug 2020 08:45:13 +0000
(17:45 +0900)
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
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index
59d0130
..
3990b17
100644
(file)
--- 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',