1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 22:31:55 +00:00
miraclecast/meson_options.txt
Derek Dai 6b5907ad45 Add meson build system
Use it as:

    $ meson build
    $ cd build
    $ ninja build
    $ ninja test
    $ sudo ninja install
2017-04-14 11:32:27 +02:00

12 lines
287 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')