summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorVlad Glagolev2012-08-30 14:28:58 +0400
committerVlad Glagolev2012-08-30 14:28:58 +0400
commit2a3f90dde2fdfa5f2a9afc51f54ce7fac83f06dd (patch)
treeaf0368554ae5b24a4c1076011a6a195c4a24cd2a /telephony
parent8df5daf6436c086298de92f598bae6eb87a51087 (diff)
farstream: requires libnice
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/farstream/DEPENDS1
-rw-r--r--telephony/farstream/HISTORY3
2 files changed, 3 insertions, 1 deletions
diff --git a/telephony/farstream/DEPENDS b/telephony/farstream/DEPENDS
index 56d0b96457..d80f8e260d 100755
--- a/telephony/farstream/DEPENDS
+++ b/telephony/farstream/DEPENDS
@@ -1,4 +1,5 @@
depends gstreamer &&
+depends libnice &&
optional_depends python \
"--enable-python" \
diff --git a/telephony/farstream/HISTORY b/telephony/farstream/HISTORY
index 8e8aef302e..10de25f05a 100644
--- a/telephony/farstream/HISTORY
+++ b/telephony/farstream/HISTORY
@@ -1,5 +1,6 @@
2012-08-30 Vlad Glagolev <stealth@sourcemage.org>
- * DEPENDS: added missing optional dependencies (python, gtk-doc)
+ * DEPENDS: added missing required (libnice) and optional dependencies
+ (python, gtk-doc)
* {PRE_,}SUB_DEPENDS: added, for PYTHON subdependency
2012-04-05 Ladislav Hagara <hgr@vabo.cz>