diff options
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 |