[Buildroot] [PATCH 1/1] feh: Fix dependency name

Petr Vorel petr.vorel at gmail.com
Wed Sep 12 19:14:33 UTC 2018


Fixes: de2fe74e2a feh: xinemara is optional not mandatory

Signed-off-by: Petr Vorel <petr.vorel at 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



More information about the buildroot mailing list