The 'tests' option enables compilation of tests. On Gentoo and Chrome OS, the corresponding package USE flag is named 'test'. Rename the option to 'test' to bring it in line. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
12 lines
352 B
Meson
12 lines
352 B
Meson
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')
|