build: Disable supported-devices.md generation for now

As added in e5393bf46a

It fails currently.
This commit is contained in:
Bastien Nocera 2018-06-04 16:13:08 +02:00
parent 14e34e1d15
commit 549a6694d2

View file

@ -205,7 +205,7 @@ supported_devices = executable('fprint-list-supported-devices',
dependencies: [ deps, libfprint_dep ],
install: false)
configure_file(input: 'drivers_arrays.h',
output: 'supported-devices.md',
capture: true,
command: [ supported_devices.full_path() ])
# configure_file(input: 'drivers_arrays.h',
# output: 'supported-devices.md',
# capture: true,
# command: [ supported_devices.full_path() ])