mc: force rebuild when config changes
- add PKG_CONFIG_DEPENDS to force package rebuild when certain CONFIG options changed. Signed-off-by: Dirk Brenken <dibdot@gmail.com>
This commit is contained in:
parent
09dbb05f78
commit
892855a5fc
1 changed files with 11 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=mc
|
||||
PKG_VERSION:=4.8.13
|
||||
PKG_RELEASE:=1.1
|
||||
PKG_RELEASE:=1.2
|
||||
PKG_MAINTAINER:=Dirk Brenken <dibdot@gmail.com>
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
|
||||
|
@ -20,6 +20,16 @@ PKG_MD5SUM:=d967caa12765eb86e52a6a63ca202500
|
|||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
PKG_CONFIG_DEPENDS := \
|
||||
CONFIG_PACKAGE_MC \
|
||||
CONFIG_MC_DIFFVIEWER \
|
||||
CONFIG_MC_EDITOR \
|
||||
CONFIG_MC_SUBSHELL \
|
||||
CONFIG_MC_LARGEFILE \
|
||||
CONFIG_MC_BACKGROUND \
|
||||
CONFIG_MC_CHARSET \
|
||||
CONFIG_MC_VFS
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue