lib/dbus/meson.build: add missing dependency on libfmt

This commit is contained in:
Max Kellermann 2022-12-01 15:43:48 +01:00
parent 00b7535cf1
commit 253d551684

View File

@ -25,6 +25,7 @@ dbus = static_library(
'Watch.cxx',
include_directories: inc,
dependencies: [
fmt_dep,
dbus_dep,
],
)