summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHans-Christian Egtvedt2008-12-05 10:47:16 +0100
committerHans-Christian Egtvedt2008-12-05 10:47:16 +0100
commite8a2c6954a0dce5a46fd3b7c881d5bdc79dd1759 (patch)
treeaeb7fa8c14c4da062fba89147fef9a1c75de3064 /package
parentalsa-lib: bump version to 1.0.18 (diff)
downloadbuildroot-e8a2c6954a0dce5a46fd3b7c881d5bdc79dd1759.tar.gz
buildroot-e8a2c6954a0dce5a46fd3b7c881d5bdc79dd1759.tar.xz
buildroot-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)