Skip to content

Commit

Permalink
meson: Add new Fruity private requirements to .pc
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 30, 2024
1 parent 5660571 commit 5a8bd3f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -450,12 +450,10 @@ openssl_dep = dependency('openssl',
)

if have_fruity_backend
backend_deps_private += [
dependency('libnghttp2'),
dependency('libngtcp2'),
dependency('libngtcp2_crypto_quictls'),
dependency('lwip'),
]
foreach dep : ['libnghttp2', 'libngtcp2', 'libngtcp2_crypto_quictls', 'lwip']
backend_deps_private += dependency(dep)
backend_reqs_private += dep
endforeach
endif

if quickjs_dep.found()
Expand Down

0 comments on commit 5a8bd3f

Please sign in to comment.