summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: e18beb25d8781237922220f1cba33226139ee73e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
option('header_path', type : 'string', value : '',
    description : 'An extra include directory to find the OpenMax headers')
option('target', type : 'combo',
    choices : ['none', 'generic', 'rpi', 'bellagio', 'tizonia', 'zynqultrascaleplus'], value : 'none',
    description : 'The OMX platform to target')
option('struct_packing', type : 'combo',
    choices : ['0', '1', '2', '4', '8'], value : '0',
    description : 'Force OpenMAX struct packing')

# Common feature options
option('examples', type : 'feature', value : 'auto', yield : true)
option('tests', type : 'feature', value : 'auto', yield : true)
option('tools', type : 'feature', value : 'auto', yield : true)
option('doc', type : 'feature', value : 'auto', yield : true)