From 65d5152af65bc5125cccb3efe9894c0c1acd9a13 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 13 Nov 2008 16:28:54 +0100 Subject: [PATCH] Fix streamripper depend on libmad, libogg and libvorbis --- lfs/streamripper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/streamripper b/lfs/streamripper index c1239e3265..55efd40066 100644 --- a/lfs/streamripper +++ b/lfs/streamripper @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = streamripper PAK_VER = 1 -DEPS = "" +DEPS = "libmad libogg libvorbis" ############################################################################### # Top-level Rules -- 2.39.2