aboutsummaryrefslogtreecommitdiff
path: root/rust/system/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rust/system/meson.build')
-rw-r--r--rust/system/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/system/meson.build b/rust/system/meson.build
index 0859f39..73d6199 100644
--- a/rust/system/meson.build
+++ b/rust/system/meson.build
@@ -36,7 +36,7 @@ _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_macros],
+ dependencies: [glib_sys_rs, common_rs, qemu_macros],
)
system_rs = declare_dependency(link_with: [_system_rs],