All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mc: fix gpm typo
@ 2020-04-13  6:56 Fabrice Fontaine
  2020-04-13  7:53 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-04-13  6:56 UTC (permalink / raw)
  To: buildroot

Fix typo added by commit 9cae8f557b9d3f18ccf3694155f452d6b55de5f6

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/mc: fix gpm typo
  2020-04-13  6:56 [Buildroot] [PATCH 1/1] package/mc: fix gpm typo Fabrice Fontaine
@ 2020-04-13  7:53 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-04-13  7:53 UTC (permalink / raw)
  To: buildroot

On Mon, 13 Apr 2020 08:56:48 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fix typo added by commit 9cae8f557b9d3f18ccf3694155f452d6b55de5f6
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/3c9eb8a0db26770e69d47eee70100a556dd130b3
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Gah, sorry, I have also seen the issue in the autobuilders before
looking at the backlog of patches, so I pushed my patch first. Sorry
about that :/

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-13  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13  6:56 [Buildroot] [PATCH 1/1] package/mc: fix gpm typo Fabrice Fontaine
2020-04-13  7:53 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.