[Buildroot] [git commit] feh: fix typo in xlib_libXinerama dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Sep 12 19:19:27 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=04d7572a8533afa684a9ba8fbabcff7aaf85aa1e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This typo was introduced by commit
de2fe74e2ae9ed0ac0bfa6a32879c02ec8e1cb92, and was noticed by Petr
Vorel.

Reported-by: Petr Vorel <petr.vorel at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.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


More information about the buildroot mailing list