build: Remove unused meson rule
We're generating the supported-devices.md file in the website CI now.
This commit is contained in:
parent
c5cdfcb120
commit
5e24000799
1 changed files with 0 additions and 5 deletions
|
@ -204,8 +204,3 @@ 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() ])
|
||||
|
|
Loading…
Reference in a new issue