fwupd/plugins/meson.build
Mario Limonciello 0f54b54250 trivial: plugins: only build coreboot when option set
The option was set but wasn't being used.
2019-11-22 14:50:15 -06:00

79 lines
1.2 KiB
Meson

subdir('ata')
subdir('dfu')
subdir('colorhug')
subdir('ebitdo')
subdir('fastboot')
subdir('jabra')
subdir('steelseries')
subdir('dell-dock')
subdir('logitech-hidpp')
subdir('nitrokey')
subdir('optionrom')
subdir('rts54hid')
subdir('rts54hub')
subdir('solokey')
subdir('synaptics-cxaudio')
subdir('synaptics-prometheus')
subdir('test')
subdir('thelio-io')
subdir('upower')
subdir('wacom-raw')
subdir('wacom-usb')
subdir('superio')
subdir('synaptics-rmi')
subdir('vli-usbhub')
# depends on dfu
subdir('csr')
if get_option('plugin_emmc')
subdir('emmc')
endif
if get_option('plugin_nvme')
subdir('nvme')
endif
if get_option('plugin_modem_manager')
subdir('modem-manager')
endif
if get_option('plugin_altos')
subdir('altos')
endif
if get_option('plugin_amt')
subdir('amt')
endif
if get_option('plugin_thunderbolt')
subdir('thunderbolt')
subdir('thunderbolt-power')
endif
if get_option('plugin_redfish')
subdir('redfish')
endif
if get_option('plugin_dell')
subdir('dell')
subdir('dell-esrt')
endif
if get_option('plugin_synaptics')
subdir('synapticsmst')
endif
if get_option('plugin_uefi')
subdir('uefi')
subdir('uefi-recovery')
endif
if get_option('plugin_flashrom')
subdir('flashrom')
endif
if get_option('plugin_coreboot')
subdir('coreboot')
endif