fwupd/plugins/meson.build
Mario Limonciello 558055c9b7 Add a plugin for an upcoming Dell USB-C dock
This plugin requires infrastructure introduced in fwupd 1.1.3
and can not be backported to earlier versions of fwupd.

It works together with the Synaptics and Thunderbolt plugins to
coordinate the proper flashing procedure for devices in this dock.
2018-10-12 07:58:29 +01:00

53 lines
792 B
Meson

subdir('dfu')
subdir('colorhug')
subdir('ebitdo')
subdir('flashrom')
subdir('steelseries')
subdir('dell-dock')
subdir('nitrokey')
subdir('rts54hid')
subdir('rts54hub')
subdir('test')
subdir('udev')
subdir('unifying')
subdir('upower')
subdir('wacomhid')
subdir('superio')
# depends on dfu
subdir('csr')
if get_option('plugin_nvme')
subdir('nvme')
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')
endif