projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab7372
)
libinput: fix variable name typo
author
Danomi Manchego
<danomimanchego123@gmail.com>
Wed, 11 May 2016 01:14:53 +0000
(21:14 -0400)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 11 May 2016 07:33:02 +0000
(09:33 +0200)
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libinput/libinput.mk
patch
|
blob
|
history
diff --git
a/package/libinput/libinput.mk
b/package/libinput/libinput.mk
index d994d292d0c87d80127391324c855c9b4394841d..de6a81cb529ce2b0ff3ebce6699452f405103916 100644
(file)
--- 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
-LIBIN
O
UT_CONF_OPTS += --disable-event-gui
+LIBIN
P
UT_CONF_OPTS += --disable-event-gui
endif
$(eval $(autotools-package))