freetype: cherry pick optimization patches from freetype.
[platform/core/uifw/lottie-player.git] / meson_options.txt
1 option('thread',
2    type: 'boolean',
3    value: true,
4    description: 'Enable threading in rlottie')
5
6 option('cache',
7    type: 'boolean',
8    value: true,
9    description: 'Enable cache support in rlottie')
10
11 option('module',
12    type: 'boolean',
13    value: true,
14    description: 'Enable module support in rlottie')
15
16 option('moduledir',
17    type: 'string',
18    description: 'Dynamic plugins directory')
19
20 option('log',
21    type: 'boolean',
22    value: false,
23    description: 'Enable logging in rlottie')
24
25 option('dumptree',
26    type: 'boolean',
27    value: false,
28    description: 'Enable logging the rlottie tree in rlottie')
29
30 option('test',
31    type: 'boolean',
32    value: false,
33    description: 'Enable building unit tests')
34
35 option('example',
36    type: 'boolean',
37    value: false,
38    description: 'Enable building examples')
39
40 option('cmake',
41   type: 'boolean',
42   value: false,
43   description: 'Enable Generating  CMake config files')
44
45
46