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

Fixes the build with libexpat from Meson wrap.
This commit is contained in:
Max Kellermann 2021-09-21 14:37:43 +02:00
parent 520028dcfc
commit 9ea1578a97

View File

@ -18,4 +18,7 @@ expat = static_library(
expat_dep = declare_dependency(
link_with: expat,
dependencies: [
expat_dep,
]
)