mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 11:11:52 +00:00
20 lines
476 B
Meson
20 lines
476 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('ip-binary',
|
|
type: 'string',
|
|
value: '/bin/ip',
|
|
description: 'Path for ip binary')
|
|
option('enable-systemd',
|
|
type: 'boolean',
|
|
value: 'true',
|
|
description: 'Enable systemd')
|