blob: 79ee4de6a5927a5d3e25aa5cd1b7268fcbbb4cce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
option('android',
type : 'boolean',
value : false,
description : 'Compile libcamera with Android Camera3 HAL interface')
option('documentation',
type : 'boolean',
description : 'Generate the project documentation')
option('test',
type : 'boolean',
description: 'Compile and include the tests')
option('v4l2',
type : 'boolean',
value : false,
description : 'Compile the V4L2 compatibility layer')
|