commit 3aca029e5486e901a3a3b0d8cda61b947259edb1
parent 9f1070dd989ad5bde1a803ce20782c75fbd17f0c
Author: dibdot <dibdot@gmail.com>
Date: Tue, 24 Mar 2015 08:32:11 +0100
mc: add missing libmount dependency
Fix compile error: add newly required libmount dependency.
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/mc/Makefile b/utils/mc/Makefile
@@ -36,7 +36,7 @@ include $(INCLUDE_DIR)/nls.mk
define Package/mc
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+glib2 +libncurses +MC_VFS:libssh2 $(LIBRPC_DEPENDS) $(ICONV_DEPENDS)
+ DEPENDS:=+glib2 +libncurses +libmount +MC_VFS:libssh2 $(LIBRPC_DEPENDS) $(ICONV_DEPENDS)
TITLE:=Midnight Commander - a powerful visual file manager
URL:=http://www.midnight-commander.org/
MENU:=1