[Buildroot] [git commit branch/2024.02.x] package/janus-gateway: add staging installation
Peter Korsgaard
peter at korsgaard.com
Sat Jun 8 06:38:50 UTC 2024
commit: https://git.buildroot.net/buildroot/commit/?id=1781340fa382466f64e048a3a3f5f468d46062a9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2024.02.x
Install janus to staging directory so that external plugins can be built.
Signed-off-by: Leo Soares <leojrfs at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit f80b393d4506783bb2d27d3d97730040857ec4e1)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
package/janus-gateway/janus-gateway.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/janus-gateway/janus-gateway.mk b/package/janus-gateway/janus-gateway.mk
index 786bc211d4..0b4db458f6 100644
--- a/package/janus-gateway/janus-gateway.mk
+++ b/package/janus-gateway/janus-gateway.mk
@@ -10,6 +10,7 @@ JANUS_GATEWAY_LICENSE = GPL-3.0 with OpenSSL exception
JANUS_GATEWAY_LICENSE_FILES = COPYING
JANUS_GATEWAY_CPE_ID_VENDOR = meetecho
JANUS_GATEWAY_CPE_ID_PRODUCT = janus
+JANUS_GATEWAY_INSTALL_STAGING = YES
# ding-libs provides the ini_config library
JANUS_GATEWAY_DEPENDENCIES = host-pkgconf jansson libnice \
More information about the buildroot
mailing list