summary refs log tree commit diff stats
path: root/rust/hw/timer/hpet/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rust/hw/timer/hpet/meson.build')
-rw-r--r--rust/hw/timer/hpet/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/hw/timer/hpet/meson.build b/rust/hw/timer/hpet/meson.build
index c2d7c0532c..c91d330439 100644
--- a/rust/hw/timer/hpet/meson.build
+++ b/rust/hw/timer/hpet/meson.build
@@ -4,7 +4,8 @@ _libhpet_rs = static_library(
   override_options: ['rust_std=2021', 'build.rust_std=2021'],
   rust_abi: 'rust',
   dependencies: [
-    qemu_api,
+    common_rs,
+    qemu_api_rs,
     qemu_api_macros,
   ],
 )