diff --git a/libfprint/meson.build b/libfprint/meson.build index 49cb5dce..c0701bc3 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -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() ])