From: Arne Fitzenreiter Date: Tue, 6 Jan 2009 18:15:11 +0000 (+0100) Subject: Fix libdna & ushare dependencies X-Git-Tag: v2.5-beta1~221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd5e30a670f39452caa0adbe9a71ed3ea4b86414;p=ipfire-2.x.git Fix libdna & ushare dependencies --- diff --git a/lfs/libdlna b/lfs/libdlna index 5b17440806..98e3027229 100644 --- a/lfs/libdlna +++ b/lfs/libdlna @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = libdlna PAK_VER = 1 -DEPS = "libupnp ffmpeg" +DEPS = "ffmpeg" ############################################################################### # Top-level Rules diff --git a/lfs/ushare b/lfs/ushare index 259ac5ea5c..672e893154 100644 --- a/lfs/ushare +++ b/lfs/ushare @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = ushare PAK_VER = 1 -DEPS = "libdlna libupnp" +DEPS = "libdlna" ############################################################################### # Top-level Rules