From fec6c6f13c3bfad1b8d04df08717ba5bf6dd98fc Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Sat, 5 Jul 2025 23:32:09 +0200 Subject: [PATCH] hwdb: add 70-maker-tools.hwdb to meson.build The hwdb file was not added there in 3dcb56f5e0fe4d937a003bf89496a27b52c5c69e for some reason (cherry picked from commit cdbc500faa7cc95eee4c7ac5344127c5e1709e71) Resolves: RHEL-72701 --- hwdb.d/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/hwdb.d/meson.build b/hwdb.d/meson.build index 5498d486dd..d8a2fd9ea4 100644 --- a/hwdb.d/meson.build +++ b/hwdb.d/meson.build @@ -31,6 +31,7 @@ hwdb_files_test = files( '70-cameras.hwdb', '70-hardware-wallets.hwdb', '70-joystick.hwdb', + '70-maker-tools.hwdb', '70-mouse.hwdb', '70-pda.hwdb', '70-pointingstick.hwdb',