summaryrefslogtreecommitdiff
path: root/package/libinput
diff options
context:
space:
mode:
authorDanomi Manchego <danomimanchego123@gmail.com>2016-05-10 21:14:53 -0400
committerPeter Korsgaard <peter@korsgaard.com>2016-05-11 09:33:02 +0200
commit718248385cc706a62d0b59780567eb59681581f1 (patch)
treea335819dac6e24170530a21d8adc78814d6e5c42 /package/libinput
parent0ab737207b411ece4d65492ea782752489574653 (diff)
libinput: fix variable name typo
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libinput')
-rw-r--r--package/libinput/libinput.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk
index d994d292d..de6a81cb5 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))