fwupd/plugins/meson.build
Richard Hughes 9b0d228ed9 Add a nitrokey plugin
This gets the firmware version from the Nitrokey storage device but does not
enable the firmware upgrade mechanism.
2017-11-13 16:25:46 +00:00

44 lines
656 B
Meson

subdir('dfu')
subdir('ebitdo')
subdir('raspberrypi')
subdir('steelseries')
subdir('nitrokey')
subdir('test')
subdir('udev')
subdir('unifying')
subdir('upower')
if get_option('enable-altos')
subdir('altos')
endif
if get_option('enable-amt')
subdir('amt')
endif
if get_option('enable-thunderbolt') and udev.found()
subdir('thunderbolt')
subdir('thunderbolt-power')
endif
if get_option('enable-colorhug')
subdir('colorhug')
endif
if get_option('enable-dell')
subdir('dell')
endif
if get_option('enable-synaptics')
subdir('synapticsmst')
endif
if get_option('enable-uefi')
subdir('uefi')
endif
if get_option('enable-usb-fallback')
subdir('usb')
endif