Skip to content

Commit

Permalink
test/meson.build: add missing dependencies on libevent.a
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jan 28, 2025
1 parent 083d39e commit 074a041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ if zeroconf_dep.found()
include_directories: inc,
dependencies: [
zeroconf_dep,
event_dep,
util_dep,
],
)
Expand Down Expand Up @@ -238,6 +239,7 @@ if neighbor_glue_dep.found()
include_directories: inc,
dependencies: [
neighbor_glue_dep,
event_dep,
],
)
endif
Expand Down Expand Up @@ -321,6 +323,7 @@ if curl_dep.found()
include_directories: inc,
dependencies: [
curl_dep,
event_dep,
],
)

Expand Down

0 comments on commit 074a041

Please sign in to comment.