mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
feh: fix typo in xlib_libXinerama dependency
This typo was introduced by commit
de2fe74e2a, and was noticed by Petr
Vorel.
Reported-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user