summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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))
OpenPOWER on IntegriCloud