summaryrefslogtreecommitdiffstats
path: root/package/janus-gateway
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-06-06 07:21:15 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-06 09:47:19 +0200
commit5c6d20c9dc69ea1d61f59ce1effa8f5c55be69b9 (patch)
tree1423c2342e2dd1fa6d061101c473b1f5efdf9484 /package/janus-gateway
parent27652be12483a2bacc83e31bf00eb46d4d7fef6d (diff)
downloadbuildroot-5c6d20c9dc69ea1d61f59ce1effa8f5c55be69b9.tar.gz
buildroot-5c6d20c9dc69ea1d61f59ce1effa8f5c55be69b9.zip
package/janus-gateway: Changed WebSockets library from libwebsock to libwebsockets
For details see https://github.com/meetecho/janus-gateway/commit/f500ae8ea492109e7e8d52c669e1a7d1a5021537 Fixes http://autobuild.buildroot.net/results/e46/e468792af4aadbc6c9fce828a9d423e35c303b90/ http://autobuild.buildroot.net/results/88f/88f2cdbe2aad2d2476372dd4d559edf2bf16d5b1/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/janus-gateway')
-rw-r--r--package/janus-gateway/janus-gateway.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/janus-gateway/janus-gateway.mk b/package/janus-gateway/janus-gateway.mk
index 206a855cc8..d65ab19d4e 100644
--- a/package/janus-gateway/janus-gateway.mk
+++ b/package/janus-gateway/janus-gateway.mk
@@ -26,8 +26,8 @@ JANUS_GATEWAY_CONF_OPTS = \
--disable-data-channels \
--disable-rabbitmq
-ifeq ($(BR2_PACKAGE_LIBWEBSOCK),y)
-JANUS_GATEWAY_DEPENDENCIES += libwebsock
+ifeq ($(BR2_PACKAGE_LIBWEBSOCKETS),y)
+JANUS_GATEWAY_DEPENDENCIES += libwebsockets
JANUS_GATEWAY_CONF_OPTS += --enable-websockets
else
JANUS_GATEWAY_CONF_OPTS += --disable-websockets
OpenPOWER on IntegriCloud