fwupd/plugins/meson.build
Richard Hughes ab4c2d13a6 Remove support for RaspberryPi
This was never used, and the foundation want to stick to the existing 'just
download a new file' distribution method.
2018-03-01 18:45:47 +00:00

41 lines
607 B
Meson

subdir('dfu')
subdir('ebitdo')
subdir('steelseries')
subdir('nitrokey')
subdir('test')
subdir('udev')
subdir('unifying')
subdir('upower')
# depends on dfu
subdir('csr')
if get_option('plugin_altos')
subdir('altos')
endif
if get_option('plugin_amt')
subdir('amt')
endif
if get_option('plugin_thunderbolt') and udev.found()
subdir('thunderbolt')
subdir('thunderbolt-power')
endif
if get_option('plugin_colorhug')
subdir('colorhug')
endif
if get_option('plugin_dell')
subdir('dell')
endif
if get_option('plugin_synaptics')
subdir('synapticsmst')
endif
if get_option('plugin_uefi')
subdir('uefi')
endif