fwupd/plugins/meson.build
Mario Limonciello 31f12579ff Add back options for HAVE_SYNAPTICS and HAVE_THUNDERBOLT
These were casualties in the move to meson that caused dell coldplug
prepare to fail.
2017-08-23 13:26:42 -05:00

36 lines
528 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-thunderbolt') and udev.found()
subdir('thunderbolt')
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