build: Disable supported-devices.md generation for now
As added in e5393bf46a
It fails currently.
This commit is contained in:
parent
14e34e1d15
commit
549a6694d2
1 changed files with 4 additions and 4 deletions
|
@ -205,7 +205,7 @@ supported_devices = executable('fprint-list-supported-devices',
|
||||||
dependencies: [ deps, libfprint_dep ],
|
dependencies: [ deps, libfprint_dep ],
|
||||||
install: false)
|
install: false)
|
||||||
|
|
||||||
configure_file(input: 'drivers_arrays.h',
|
# configure_file(input: 'drivers_arrays.h',
|
||||||
output: 'supported-devices.md',
|
# output: 'supported-devices.md',
|
||||||
capture: true,
|
# capture: true,
|
||||||
command: [ supported_devices.full_path() ])
|
# command: [ supported_devices.full_path() ])
|
||||||
|
|
Loading…
Reference in a new issue