From 06042c2e3d3eebd34169819130b246651b5e3b5e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 24 Aug 2012 16:24:10 +0200 Subject: [PATCH] Remove glib as a dependency. --- lfs/bluetooth | 2 +- lfs/mc | 2 +- lfs/mpd | 2 +- lfs/nagios | 2 +- lfs/openvmtools | 3 ++- lfs/streamripper | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lfs/bluetooth b/lfs/bluetooth index 961b1e6038..ca3176d0f9 100644 --- a/lfs/bluetooth +++ b/lfs/bluetooth @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = bluetooth PAK_VER = 1 -DEPS = "dbus glib" +DEPS = "dbus" ############################################################################### # Top-level Rules diff --git a/lfs/mc b/lfs/mc index 25a949eda3..895b2d49c2 100644 --- a/lfs/mc +++ b/lfs/mc @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = mc PAK_VER = 5 -DEPS = "glib" +DEPS = "" ############################################################################### # Top-level Rules diff --git a/lfs/mpd b/lfs/mpd index ca82ad2e44..1f57f18980 100644 --- a/lfs/mpd +++ b/lfs/mpd @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpd PAK_VER = 14 -DEPS = "alsa faad2 ffmpeg-libs glib lame libmad libshout libogg libid3tag libvorbis" +DEPS = "alsa faad2 ffmpeg-libs lame libmad libshout libogg libid3tag libvorbis" ############################################################################### # Top-level Rules diff --git a/lfs/nagios b/lfs/nagios index bbaed79e1b..c2affea31a 100644 --- a/lfs/nagios +++ b/lfs/nagios @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = nagios PAK_VER = 2 -DEPS = "glib traceroute libtool" +DEPS = "traceroute libtool" ############################################################################### # Top-level Rules diff --git a/lfs/openvmtools b/lfs/openvmtools index d8a7c482b0..229ed8f8f8 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -34,7 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 PROG = openvmtools PAK_VER = 1 -DEPS = "glib" + +DEPS = "" ############################################################################### # Top-level Rules diff --git a/lfs/streamripper b/lfs/streamripper index 9ef65af0b2..4e30f8b714 100644 --- a/lfs/streamripper +++ b/lfs/streamripper @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = streamripper PAK_VER = 1 -DEPS = "glib libmad libogg libvorbis faad2" +DEPS = "libmad libogg libvorbis faad2" ############################################################################### # Top-level Rules -- 2.39.2