All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-multimedia][PATCH] libsrtp: Add support for specifying the crypto library
@ 2022-01-02 18:06 Peter Kjellerstedt
  0 siblings, 0 replies; only message in thread
From: Peter Kjellerstedt @ 2022-01-02 18:06 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta-multimedia/recipes-support/libsrtp/libsrtp_2.4.2.bb | 4 ++++
 1 file changed, 4 insertions(+)

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 0946aec60..b17e4767b 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"
 
 S = "${WORKDIR}/git"
 
+PACKAGECONFIG ?= ""
+PACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl"
+PACKAGECONFIG[openssl] = "-Dcrypto-library=openssl,, openssl,,, nss"
+
 inherit meson pkgconfig


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-02 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-02 18:06 [meta-multimedia][PATCH] libsrtp: Add support for specifying the crypto library Peter Kjellerstedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.