forked from lvtk/lvtk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeson_options.txt
More file actions
33 lines (28 loc) · 1.36 KB
/
Copy pathmeson_options.txt
File metadata and controls
33 lines (28 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
option ('lv2dir', type: 'string', value: '',
description: 'LV2 bundle installation directory')
option ('plugins', type: 'feature', value: 'auto', yield: false,
description: 'Build plugins')
option ('doc', type : 'feature', value : 'auto',
description : 'Build documentation')
option ('onlydocs', type : 'boolean', value : false,
description : 'Build documentation only')
option ('test', type: 'feature', value: 'auto',
description: 'Build tests')
option ('demo', type: 'feature', value: 'auto',
description: 'Build UI widgets demo')
option ('bindings', type: 'feature', value: 'auto',
description: 'Build Lua bindings')
option ('luadir', type: 'string', value: 'auto',
description: 'Lua base path for text modules')
option ('luadir_c', type: 'string', value: 'auto',
description: 'Lua base path for binary modules')
option ('sign', type : 'boolean', value : false,
description : 'Code Sign Binaries')
option ('codesign-identity', type : 'string', value : '',
description : 'Identity to use for code signing on Mac')
option ('notarize', type : 'boolean', value : false,
description : 'Whether to notarize or not.')
option ('app-password', type : 'string', value : '',
description : 'App Password for notoary')
option ('apple-id', type : 'string', value : '',
description : 'Apple ID owning the app password')