fwupd/plugins/meson.build
Richard Hughes fe3f0eda75 trivial: Fix build when using older version of meson
Newer meson versions ignore unknown found requests, not so much for older ones.
2017-04-19 08:38:41 +01:00

29 lines
445 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-thunderbolt') and thunderbolt.found()
subdir('thunderbolt')
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