mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 22:24:21 +00:00
39 lines
597 B
Meson
39 lines
597 B
Meson
subdir('dfu')
|
|
subdir('ebitdo')
|
|
subdir('raspberrypi')
|
|
subdir('steelseries')
|
|
subdir('nitrokey')
|
|
subdir('test')
|
|
subdir('udev')
|
|
subdir('unifying')
|
|
subdir('upower')
|
|
|
|
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
|