summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 2d78b8d91f9c8b16933d6c0c5566f562caedddd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
option('android',
        type : 'boolean',
        value : false,
        description : 'Compile libcamera with Android Camera3 HAL interface')

option('documentation',
        type : 'boolean',
        description : 'Generate the project documentation')

option('tests',
        type : 'boolean',
        description: 'Compile and include the tests')