From 5e24000799295b547cdefc95bb7d172408dce8f0 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 7 Jun 2018 17:39:36 +0200 Subject: [PATCH] build: Remove unused meson rule We're generating the supported-devices.md file in the website CI now. --- libfprint/meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libfprint/meson.build b/libfprint/meson.build index c0701bc..8689c9f 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -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() ])