fwupd/plugins/meson.build
Mario Limonciello 8f17e1ccf4 Use the intel-wmi-thunderbolt kernel module to force power
When available on a system this module will allow force powering a TBT device with nothing plugged in.
2017-09-13 03:12:50 +08:00

43 lines
637 B
Meson

subdir('dfu')
subdir('ebitdo')
subdir('raspberrypi')
subdir('steelseries')
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