Remove glib as a dependency.

This commit is contained in:
Michael Tremer
2012-08-24 16:24:10 +02:00
parent 588ae9cd92
commit 06042c2e3d
6 changed files with 7 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = bluetooth
PAK_VER = 1
DEPS = "dbus glib"
DEPS = "dbus"
###############################################################################
# Top-level Rules

2
lfs/mc
View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mc
PAK_VER = 5
DEPS = "glib"
DEPS = ""
###############################################################################
# Top-level Rules

View File

@@ -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

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nagios
PAK_VER = 2
DEPS = "glib traceroute libtool"
DEPS = "traceroute libtool"
###############################################################################
# Top-level Rules

View File

@@ -34,7 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586
PROG = openvmtools
PAK_VER = 1
DEPS = "glib"
DEPS = ""
###############################################################################
# Top-level Rules

View File

@@ -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