mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 15:51:29 +00:00

This was never used, and the foundation want to stick to the existing 'just download a new file' distribution method.
41 lines
607 B
Meson
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
|