Skip to content

Fix error when crypto/ssl libs are found without pkg-config

Xavier Claessens requested to merge xclaesse/libnice:fix-meson-error into master

In that case crypto_dep is a list and we can't call .found() method.

Merge request reports