aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Rauta <oskari.rauta@gmail.com>2024-02-27 01:03:49 +0200
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2024-02-27 08:03:57 +0100
commitdc55b0e9413db9a93b08ccd8815de4a158d011ec (patch)
treec5234abd415cc05bf62898085306bff60ff6e4f0
parentee96e0c1c71b964a27ccf7015f643b65f1267acd (diff)
mc: depend on libe2p
Now that libe2p is separated from e2fsprogs; midnight commander needs it added to depends. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
-rw-r--r--utils/mc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/mc/Makefile b/utils/mc/Makefile
index 8ff5a85df..6d2caf965 100644
--- a/utils/mc/Makefile
+++ b/utils/mc/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mc
PKG_VERSION:=4.8.30
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=
PKG_LICENSE:=GPL-3.0-or-later
PKG_CPE_ID:=cpe:/a:midnight_commander:midnight_commander
@@ -35,7 +35,7 @@ include $(INCLUDE_DIR)/nls.mk
define Package/mc
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+glib2 +libncurses +libmount +MC_VFS:libssh2 $(ICONV_DEPENDS)
+ DEPENDS:=+glib2 +libncurses +libmount +libe2p +MC_VFS:libssh2 $(ICONV_DEPENDS)
TITLE:=Midnight Commander - a powerful visual file manager
URL:=https://www.midnight-commander.org/
MENU:=1