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:
Peter Denison
2023-10-31 17:58:08 +00:00
committed by Philip Prindeville
parent 6bb0d6bd2a
commit f74183a239
+2 -2
View File
@@ -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