From 718248385cc706a62d0b59780567eb59681581f1 Mon Sep 17 00:00:00 2001 From: Danomi Manchego Date: Tue, 10 May 2016 21:14:53 -0400 Subject: [PATCH] libinput: fix variable name typo Signed-off-by: Danomi Manchego Signed-off-by: Peter Korsgaard --- package/libinput/libinput.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk index d994d292d0..de6a81cb52 100644 --- a/package/libinput/libinput.mk +++ b/package/libinput/libinput.mk @@ -18,7 +18,7 @@ ifeq ($(BR2_PACKAGE_LIBGTK3),y) LIBINPUT_CONF_OPTS += --enable-event-gui LIBINPUT_DEPENDENCIES += libgtk3 else -LIBINOUT_CONF_OPTS += --disable-event-gui +LIBINPUT_CONF_OPTS += --disable-event-gui endif $(eval $(autotools-package)) -- 2.30.2