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:
parent
5809d456ef
commit
04d7572a85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user