lib/curl/meson.build: add missing internal dependency on libevent.a

This commit is contained in:
Max Kellermann 2025-01-28 18:52:35 +01:00
parent a0a39ae828
commit f55e0df614

@ -24,6 +24,7 @@ curl = static_library(
'Form.cxx',
include_directories: inc,
dependencies: [
event_dep,
log_dep,
curl_dep,
],