diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-05 09:47:16 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-05 09:47:16 +0000 |
commit | e8a2c6954a0dce5a46fd3b7c881d5bdc79dd1759 (patch) | |
tree | aeb7fa8c14c4da062fba89147fef9a1c75de3064 /package/multimedia/libvorbis/libvorbis.mk | |
parent | ed63bc0b48353ba30f24c6c25cccdc0e2b725a8a (diff) |
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/multimedia/libvorbis/libvorbis.mk')
-rw-r--r-- | package/multimedia/libvorbis/libvorbis.mk | 2 |
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) |