mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 19:48:47 +00:00

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.
8 lines
688 B
Meson
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')
|