[Buildroot] [PATCH 1/1] package/mc: fix gpm typo

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Apr 13 06:56:48 UTC 2020


Fix typo added by commit 9cae8f557b9d3f18ccf3694155f452d6b55de5f6

Fixes:
 - http://autobuild.buildroot.org/results/3c9eb8a0db26770e69d47eee70100a556dd130b3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/mc/mc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mc/mc.mk b/package/mc/mc.mk
index 3deffeefee..f83905d89b 100644
--- a/package/mc/mc.mk
+++ b/package/mc/mc.mk
@@ -11,7 +11,7 @@ MC_LICENSE = GPL-3.0+
 MC_LICENSE_FILES = COPYING
 MC_DEPENDENCIES = libglib2 host-pkgconf
 
-ifeq ($(BR2_PACKAGE_GMP),y)
+ifeq ($(BR2_PACKAGE_GPM),y)
 MC_CONF_OPTS += --with-gpm-mouse
 MC_DEPENDENCIES += gpm
 else
-- 
2.25.1



More information about the buildroot mailing list