summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2017-02-16 18:44:20 -0200
committerIsmael Luceno2017-02-16 19:19:53 -0200
commit44a8bc590d42d0b3503ea8ced7ba467622c8a809 (patch)
treee366ff79e573540261cea47db7494b7e3a40b55f
parent0f3a95b659f5746c264bb347d0556273ac3f88d8 (diff)
utox: Add dependency on filter_audio
-rwxr-xr-xchat-im/utox/DEPENDS1
-rw-r--r--chat-im/utox/HISTORY1
2 files changed, 2 insertions, 0 deletions
diff --git a/chat-im/utox/DEPENDS b/chat-im/utox/DEPENDS
index a1a3b1034d..dc217305be 100755
--- a/chat-im/utox/DEPENDS
+++ b/chat-im/utox/DEPENDS
@@ -1,4 +1,5 @@
depends c-toxcore &&
+depends filter_audio &&
depends fontconfig &&
depends freetype2 &&
depends libv4l &&
diff --git a/chat-im/utox/HISTORY b/chat-im/utox/HISTORY
index 84b1805ad6..7f92e6789f 100644
--- a/chat-im/utox/HISTORY
+++ b/chat-im/utox/HISTORY
@@ -1,6 +1,7 @@
2017-02-16 Ismael Luceno <ismael@sourcemage.org>
* patches/0001-Fix-utox-target-installation-rule.patch: Removed, merged
by upsream
+ * DEPENDS: Added dependency on filter_audio
2016-11-23 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DEPENDS, DETAILS, PREPARE, PRE_BUILD,