diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-01-02 19:06:34 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
commit | 7452265666113883350d4f0204d25f5acc565a15 (patch) | |
tree | 71263e2c05c7f439552ae930ed9be58c030fc692 /meta-multimedia | |
parent | e0f4e7467173cb351f41f3cf2c953ab1435b67b8 (diff) | |
download | meta-openembedded-7452265666113883350d4f0204d25f5acc565a15.tar.gz |
libsrtp: Add support for specifying the crypto library
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb index 0946aec60a..b17e4767b4 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb | |||
@@ -13,4 +13,8 @@ SRCREV = "90d05bf8980d16e4ac3f16c19b77e296c4bc207b" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | PACKAGECONFIG ?= "" | ||
17 | PACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl" | ||
18 | PACKAGECONFIG[openssl] = "-Dcrypto-library=openssl,, openssl,,, nss" | ||
19 | |||
16 | inherit meson pkgconfig | 20 | inherit meson pkgconfig |