27 lines
849 B
Diff
27 lines
849 B
Diff
From b18673b603c04b8b02da067f7f68ba04d2f99afe Mon Sep 17 00:00:00 2001
|
|
From: AsciiWolf <mail@asciiwolf.com>
|
|
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-72697
|
|
---
|
|
hwdb.d/meson.build | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/hwdb.d/meson.build b/hwdb.d/meson.build
|
|
index 5ed49e877a..e95ccda8c7 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',
|