Commit 9ea1578a authored by Max Kellermann's avatar Max Kellermann

lib/expat/meson.build: propagate the libexpat dependency

Fixes the build with libexpat from Meson wrap.
parent 520028dc
......@@ -18,4 +18,7 @@ expat = static_library(
expat_dep = declare_dependency(
link_with: expat,
dependencies: [
expat_dep,
]
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment