diff --git a/src/system/meson.build b/src/system/meson.build index 6252248cb..f5c5743fa 100644 --- a/src/system/meson.build +++ b/src/system/meson.build @@ -17,7 +17,7 @@ system = static_library( system_sources, include_directories: inc, dependencies: [ - log_dep, + fmt_dep, ], )