aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/openssl_dependency.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-03-21 23:24:01 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-03-21 23:24:01 +0200
commitfb67adf3e6b57d44dad6c943a6081277860350c5 (patch)
treef48a88cb58e4f77e8ababd2c3e2045e42622ce09 /docs/markdown/snippets/openssl_dependency.md
parent42af1f7092c9cfdcffd2b7ba021dc8e5d392aa8c (diff)
downloadmeson-fb67adf3e6b57d44dad6c943a6081277860350c5.zip
meson-fb67adf3e6b57d44dad6c943a6081277860350c5.tar.gz
meson-fb67adf3e6b57d44dad6c943a6081277860350c5.tar.bz2
Prepare the 0.62.0 release.0.62.0
Diffstat (limited to 'docs/markdown/snippets/openssl_dependency.md')
-rw-r--r--docs/markdown/snippets/openssl_dependency.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/markdown/snippets/openssl_dependency.md b/docs/markdown/snippets/openssl_dependency.md
deleted file mode 100644
index f6f9b63..0000000
--- a/docs/markdown/snippets/openssl_dependency.md
+++ /dev/null
@@ -1,11 +0,0 @@
-## New custom dependency for OpenSSL
-
-Detecting an OpenSSL installation in a cross-platform manner can be
-complicated. Officially, pkg-config is supported by upstream. Unofficially,
-cmake includes a FindOpenSSL using a different name and which requires
-specifying modules.
-
-Meson will now allow the pkg-config name to work in all cases using the following lookup order:
-- prefer pkg-config if at all possible
-- attempt to probe the system for the standard library naming, and retrieve the version from the headers
-- if all else fails, check if cmake can find it