libinput: fix variable name typo

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Danomi Manchego 2016-05-10 21:14:53 -04:00 committed by Peter Korsgaard
parent 0ab737207b
commit 718248385c

View file

@ -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))