mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
Remove glib as a dependency.
This commit is contained in:
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = bluetooth
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = "dbus glib"
|
||||
DEPS = "dbus"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
2
lfs/mc
2
lfs/mc
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = mc
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS = "glib"
|
||||
DEPS = ""
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
2
lfs/mpd
2
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
|
||||
|
||||
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = nagios
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = "glib traceroute libtool"
|
||||
DEPS = "traceroute libtool"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
@@ -34,7 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
SUP_ARCH = i586
|
||||
PROG = openvmtools
|
||||
PAK_VER = 1
|
||||
DEPS = "glib"
|
||||
|
||||
DEPS = ""
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user