Fix error when crypto/ssl libs are found without pkg-config 42/271242/1
authorXavier Claessens <xavier.claessens@collabora.com>
Thu, 28 Oct 2021 14:24:39 +0000 (10:24 -0400)
committerSangchul Lee <sc11.lee@samsung.com>
Thu, 17 Feb 2022 05:16:37 +0000 (14:16 +0900)
commit5ce4d0269ace3763e91bb71b42730f9264ff016e
tree200d293b0762103fa95d755fda321ec8fbef41bf
parent4dd5395297018d3a24cef27591473ef28de7b071
Fix error when crypto/ssl libs are found without pkg-config

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

Change-Id: Ie63d78530d9a935312263bf9843f76667b17c4f6
meson.build