forked from TexasInstruments/edgeai-gst-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson_options.txt
13 lines (12 loc) · 928 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
# Feature options
option('tests', type : 'feature', value : 'auto', yield : true, description : 'Build tests')
option('examples', type : 'feature', value : 'auto', yield : true, description : 'Build examples')
option('doc', type : 'feature', value : 'disabled', yield : true, description : 'Enable hotdoc documentation')
option('profiling', type : 'feature', value : 'disabled', yield : true, description: 'Enable profiling building')
option('dl-plugins', type : 'feature', value : 'enabled', yield : true, description: 'Enable DL Plugins')
option('enable-tidl', type : 'feature', value : 'enabled', yield : true, description: 'Enable TIDL Offload')
# Common options
option('package-name', type : 'string', yield : true,
description : 'Package name to use in plugins')
option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
description : 'Package origin URL to use in plugins')