From: Danomi Manchego Date: Wed, 11 May 2016 01:14:53 +0000 (-0400) Subject: libinput: fix variable name typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=718248385cc706a62d0b59780567eb59681581f1;p=buildroot.git libinput: fix variable name typo Signed-off-by: Danomi Manchego Signed-off-by: Peter Korsgaard --- 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))