summary refs log tree commit diff stats
path: root/rust/system/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rust/system/meson.build')
-rw-r--r--rust/system/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/system/meson.build b/rust/system/meson.build
index ae9b932d29..9f88166f3d 100644
--- a/rust/system/meson.build
+++ b/rust/system/meson.build
@@ -35,8 +35,8 @@ _system_rs = static_library(
   override_options: ['rust_std=2021', 'build.rust_std=2021'],
   rust_abi: 'rust',
   link_with: [_bql_rs, _migration_rs, _qom_rs, _util_rs],
-  dependencies: [common_rs, qemu_api_macros],
+  dependencies: [common_rs, qemu_macros],
 )
 
 system_rs = declare_dependency(link_with: [_system_rs],
-  dependencies: [qemu_api_macros, hwcore])
+  dependencies: [qemu_macros, hwcore])