summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2019-03-07 04:12:57 +0000
committerDaichi Shinozaki2019-03-07 04:12:57 +0000
commit8c7c825ff0ac70a39f399fe665f4887fcb95c360 (patch)
treeebf87362a45fdcb9af733f83ae6cf08598462788
parent4f149626f09d396d42e03d4f2db4270a8f74ff2e (diff)
downloadaur-8c7c825ff0ac70a39f399fe665f4887fcb95c360.tar.gz
Add libconfig as a dependency.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9a6470a761d..8b00866c318f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=janus-gateway
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="WebRTC gateway."
arch=('i686' 'x86_64')
url="http://janus.conf.meetecho.com/"
license=('GPL3')
-depends=('libmicrohttpd' 'jansson' 'libnice' 'openssl' 'libsrtp'
+depends=('libmicrohttpd' 'jansson' 'libnice' 'openssl' 'libsrtp' 'libconfig'
'sofia-sip' 'libusrsctp-git' 'libwebsockets' 'libevent'
'librabbitmq-c' 'opus' 'libogg' 'glib2' 'ding-libs' 'lua>=5.3')
makedepends=('gengetopt' 'paho-mqtt-c-git')