mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
gkrellmd: use finer-grained dependencies on glib2
Following the split of glib2, depend on the more fine-grained packages to reduce the installed size. Gkrellmd only needs to depend on the core glib2 library, gmodule and gthread, and not on gobject or gio. Signed-off-by: Peter Denison <openwrt@marshadder.org>
This commit is contained in:
committed by
Philip Prindeville
parent
6bb0d6bd2a
commit
f74183a239
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gkrellmd
|
||||
PKG_VERSION:=2.4.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=gkrellm-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://gkrellm.srcbox.net/releases
|
||||
@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||
define Package/gkrellmd
|
||||
SECTION:=admin
|
||||
CATEGORY:=Administration
|
||||
DEPENDS:=+glib2
|
||||
DEPENDS:=+glib2-core +glib2-gmodule +glib2-gthread
|
||||
TITLE:=The GNU Krell Monitors Server
|
||||
URL:=http://gkrellm.net/
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user