From 1b9bee4b6da3a89c3006a958288cd941210c9e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 2 Jul 2026 18:24:05 +0200 Subject: [PATCH] build: Use run_target for sync-udev-hwdb --- libfprint/meson.build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libfprint/meson.build b/libfprint/meson.build index 790f005f..e771bc6d 100644 --- a/libfprint/meson.build +++ b/libfprint/meson.build @@ -354,10 +354,8 @@ if install_udev_rules ) endif -sync_udev_udb = custom_target('sync-udev-hwdb', +run_target('sync-udev-hwdb', depends: udev_hwdb_generator, - output: 'sync-udev-hwdb', - install: false, command: [ 'cp', '-v', udev_hwdb_generator.full_path(), @@ -365,8 +363,6 @@ sync_udev_udb = custom_target('sync-udev-hwdb', ] ) -alias_target('sync-udev-hwdb', sync_udev_udb) - run_target('sync-unsupported-devices', command: [ sync_unsupported_files, udev_hwdb_list_file ] )