|
@@ -124,6 +124,13 @@ else
|
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-websockets
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
|
|
+JANUS_GATEWAY_DEPENDENCIES += libcurl
|
|
|
+JANUS_GATEWAY_CONF_OPTS += --enable-turn-rest-api
|
|
|
+else
|
|
|
+JANUS_GATEWAY_CONF_OPTS += --disable-turn-rest-api
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
|
|
JANUS_GATEWAY_DEPENDENCIES += systemd
|
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-systemd-sockets
|