lib/yajl/meson.build: add missing dependency on libfmt
This commit is contained in:
parent
c7a0597fe7
commit
7e2ab1fd53
@ -11,6 +11,7 @@ yajl = static_library(
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
yajl_dep,
|
||||
fmt_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user