lib/dbus/meson.build: add missing dependency on libfmt
This commit is contained in:
parent
00b7535cf1
commit
253d551684
@ -25,6 +25,7 @@ dbus = static_library(
|
|||||||
'Watch.cxx',
|
'Watch.cxx',
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
fmt_dep,
|
||||||
dbus_dep,
|
dbus_dep,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user