mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
Revert "gkrellmd: use finer-grained dependencies on glib2"
This is a follow-up revert. Since the underlying commit was reverted,
this one must be reverted too to avoid breakage. See commit e46654db2 for context.
This reverts commit f74183a239.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gkrellmd
|
||||
PKG_VERSION:=2.4.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
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-core +glib2-gmodule +glib2-gthread
|
||||
DEPENDS:=+glib2
|
||||
TITLE:=The GNU Krell Monitors Server
|
||||
URL:=http://gkrellm.net/
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user