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

This commit is contained in:
Max Kellermann 2022-12-01 15:50:33 +01:00
parent c7a0597fe7
commit 7e2ab1fd53

View File

@ -11,6 +11,7 @@ yajl = static_library(
include_directories: inc, include_directories: inc,
dependencies: [ dependencies: [
yajl_dep, yajl_dep,
fmt_dep,
], ],
) )