test-generated-hwdb: Add missing test dep

E: UDEV_HWDB (/run/build/libfprint/_flatpak_build/libfprint/fprint-list-udev-hwdb) unset or not executable.
This commit is contained in:
Bastien Nocera
2022-08-16 17:02:24 +02:00
parent 3b3fc573da
commit 96013a03c5

View File

@@ -206,6 +206,7 @@ envs.set('UDEV_HWDB', udev_hwdb.full_path())
envs.set('UDEV_HWDB_CHECK_CONTENTS', default_drivers_are_enabled ? '1' : '0')
test('udev-hwdb',
find_program('test-generated-hwdb.sh'),
depends: udev_hwdb,
env: envs)
gdb = find_program('gdb', required: false)