mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
![Leon Styhre](/assets/img/avatar_default.png)
git-subtree-dir: external/rlottie git-subtree-split: bf3d272df3916a0c34575ac8286cb0fe672fd0d4
47 lines
920 B
Meson
47 lines
920 B
Meson
option('thread',
|
|
type: 'boolean',
|
|
value: true,
|
|
description: 'Enable threading in rlottie')
|
|
|
|
option('cache',
|
|
type: 'boolean',
|
|
value: true,
|
|
description: 'Enable cache support in rlottie')
|
|
|
|
option('module',
|
|
type: 'boolean',
|
|
value: true,
|
|
description: 'Enable module support in rlottie')
|
|
|
|
option('moduledir',
|
|
type: 'string',
|
|
description: 'Dynamic plugins directory')
|
|
|
|
option('log',
|
|
type: 'boolean',
|
|
value: false,
|
|
description: 'Enable logging in rlottie')
|
|
|
|
option('dumptree',
|
|
type: 'boolean',
|
|
value: false,
|
|
description: 'Enable logging the rlottie tree in rlottie')
|
|
|
|
option('test',
|
|
type: 'boolean',
|
|
value: false,
|
|
description: 'Enable building unit tests')
|
|
|
|
option('example',
|
|
type: 'boolean',
|
|
value: true,
|
|
description: 'Enable building examples')
|
|
|
|
option('cmake',
|
|
type: 'boolean',
|
|
value: false,
|
|
description: 'Enable Generating CMake config files')
|
|
|
|
|
|
|