mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
e0f4e74671
commit
7452265666
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user