Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] feh: Fix dependency name
@ 2018-09-12 19:14 Petr Vorel
  2018-09-12 19:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2018-09-12 19:14 UTC (permalink / raw)
  To: buildroot

Fixes: de2fe74e2a feh: xinemara is optional not mandatory

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 package/feh/feh.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/feh/feh.mk b/package/feh/feh.mk
index 6cfa73b242..ff611924d9 100644
--- a/package/feh/feh.mk
+++ b/package/feh/feh.mk
@@ -19,7 +19,7 @@ FEH_MAKE_OPTS += curl=0
 endif
 
 ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
-FEH_DEPENDENCIES += xlib_libXinemara
+FEH_DEPENDENCIES += xlib_libXinerama
 FEH_MAKE_OPTS += xinerama=1
 else
 FEH_MAKE_OPTS += xinerama=0
-- 
2.19.0

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

* [Buildroot] [PATCH 1/1] feh: Fix dependency name
  2018-09-12 19:14 [Buildroot] [PATCH 1/1] feh: Fix dependency name Petr Vorel
@ 2018-09-12 19:21 ` Thomas Petazzoni
  2018-09-13  4:25   ` Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-09-12 19:21 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 12 Sep 2018 21:14:33 +0200, Petr Vorel wrote:
> Fixes: de2fe74e2a feh: xinemara is optional not mandatory
> 
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

Gaah, our e-mails keep crossing each other. I saw your v2, but too
late, as I had already applied the v1 from Fabrice. When I saw your v2,
I immediately fixed the dependency myself. And then I see this patch.

Sorry, and thanks for noticing the problem :-/

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

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

* [Buildroot] [PATCH 1/1] feh: Fix dependency name
  2018-09-12 19:21 ` Thomas Petazzoni
@ 2018-09-13  4:25   ` Petr Vorel
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2018-09-13  4:25 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

> On Wed, 12 Sep 2018 21:14:33 +0200, Petr Vorel wrote:
> > Fixes: de2fe74e2a feh: xinemara is optional not mandatory

> > Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

> Gaah, our e-mails keep crossing each other. I saw your v2, but too
> late, as I had already applied the v1 from Fabrice. When I saw your v2,
> I immediately fixed the dependency myself. And then I see this patch.

> Sorry, and thanks for noticing the problem :-/

Not a problem, I'm glad it's fixed :).

> Thomas


Kind regards,
Petr

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

end of thread, other threads:[~2018-09-13  4:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 19:14 [Buildroot] [PATCH 1/1] feh: Fix dependency name Petr Vorel
2018-09-12 19:21 ` Thomas Petazzoni
2018-09-13  4:25   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox