fwupd/plugins/meson.build
2017-07-30 17:39:25 +01:00

33 lines
479 B
Meson

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