1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 21:11:59 +00:00
miraclecast/meson_options.txt
2017-04-06 20:26:17 +08:00

16 lines
373 B
Meson

option('build-enable-debug',
type: 'boolean',
value: true,
description: 'Enable Debug')
option('rely-udev',
type: 'boolean',
value: false,
description: 'Rely in udev tag to select device')
option('build-tests',
type: 'boolean',
value: true,
description: 'Enable TEST')
option('build-demo',
type: 'boolean',
value: false,
description: 'Enable DEMO')