fwupd/meson_options.txt
Richard Hughes 57746cb839 Add the Meson build system as an alternate to autotools
Automake and autoconf are impossible to fully understand and Meson now provides
everything we need for a much smaller, faster, and more understandable build.

See http://mesonbuild.com/ for more information.
2017-04-12 16:35:18 +01:00

8 lines
688 B
Meson

option('enable-tests', type : 'boolean', value : true, description : 'enable tests')
option('enable-colorhug', type : 'boolean', value : true, description : 'enable ColorHug support')
option('enable-libelf', type : 'boolean', value : true, description : 'enable libelf support')
option('enable-uefi', type : 'boolean', value : true, description : 'enable UEFI support')
option('enable-dell', type : 'boolean', value : true, description : 'enable Dell-specific support')
option('enable-thunderbolt', type : 'boolean', value : true, description : 'enable Thunderbolt support')
option('with-bootdir', type : 'string', value : '/boot/efi', description : 'Directory for EFI system partition')