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