fwupd/plugins/meson.build

39 lines
569 B
Meson

subdir('dfu')
subdir('colorhug')
subdir('ebitdo')
subdir('steelseries')
subdir('nitrokey')
subdir('test')
subdir('udev')
subdir('unifying')
subdir('upower')
subdir('wacomhid')
# 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')
subdir('thunderbolt')
subdir('thunderbolt-power')
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