]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/libinput/libinput.mk
libinput: fix variable name typo
[coffee/buildroot.git] / package / libinput / libinput.mk
index d994d292d0c87d80127391324c855c9b4394841d..de6a81cb529ce2b0ff3ebce6699452f405103916 100644 (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))