summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-12-05 09:47:16 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-12-05 09:47:16 +0000
commite8a2c6954a0dce5a46fd3b7c881d5bdc79dd1759 (patch)
treeaeb7fa8c14c4da062fba89147fef9a1c75de3064 /package
parented63bc0b48353ba30f24c6c25cccdc0e2b725a8a (diff)
downloadbuildroot-novena-e8a2c6954a0dce5a46fd3b7c881d5bdc79dd1759.tar.gz
buildroot-novena-e8a2c6954a0dce5a46fd3b7c881d5bdc79dd1759.zip
libvorbis: tremor depends on host-autoconf and host-automake
This patch adds host-autoconf and host-automake as dependencies to tremor, this is needed for it to compile.
Diffstat (limited to 'package')
-rw-r--r--package/multimedia/libvorbis/libvorbis.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/multimedia/libvorbis/libvorbis.mk b/package/multimedia/libvorbis/libvorbis.mk
index a42ba3b45..308d51a4d 100644
--- a/package/multimedia/libvorbis/libvorbis.mk
+++ b/package/multimedia/libvorbis/libvorbis.mk
@@ -115,7 +115,7 @@ $(TARGET_DIR)/usr/lib/tremor.a: $(TARGET_DIR)/usr/lib/tremor.so
cp -dpf $(TREMOR_DIR)/lib/tremor.a $(TARGET_DIR)/usr/lib/
touch $@
-tremor: uclibc pkgconfig libogg $(TARGET_DIR)/usr/lib/tremor.so
+tremor: uclibc pkgconfig host-autoconf host-automake libogg $(TARGET_DIR)/usr/lib/tremor.so
tremor-source: $(DL_DIR)/$(TREMOR_SOURCE)