From e8a2c6954a0dce5a46fd3b7c881d5bdc79dd1759 Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Fri, 5 Dec 2008 09:47:16 +0000 Subject: 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. --- package/multimedia/libvorbis/libvorbis.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/multimedia/libvorbis/libvorbis.mk') 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) -- cgit v1.2.3