From 549a6694d200ea7bd1251347576873a665691f75 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 4 Jun 2018 16:13:08 +0200 Subject: [PATCH] build: Disable supported-devices.md generation for now As added in e5393bf46af41a24b98702cb39421e1171f3af4a It fails currently. --- libfprint/meson.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() ])