mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libinput: version bump 1.14.0 -> 1.14.2
@ 2019-10-17  9:36 Philipp Zabel
  0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2019-10-17  9:36 UTC (permalink / raw)
  To: ptxdist

- order options alphabetically, to please scripts/configure_helper.py
- add new -Dzshcompletiondir=no option

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/libinput.make | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/rules/libinput.make b/rules/libinput.make
index 52af77b39dec..b77de3b4e1dc 100644
--- a/rules/libinput.make
+++ b/rules/libinput.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput
 #
 # Paths and names
 #
-LIBINPUT_VERSION	:= 1.14.0
-LIBINPUT_MD5		:= 1c33d49fc7985926eab877e3de9c17eb
+LIBINPUT_VERSION	:= 1.14.2
+LIBINPUT_MD5		:= c282990973140e3fa2dd274c69ab3a57
 LIBINPUT		:= libinput-$(LIBINPUT_VERSION)
 LIBINPUT_SUFFIX		:= tar.xz
 LIBINPUT_URL		:= http://www.freedesktop.org/software/libinput/$(LIBINPUT).$(LIBINPUT_SUFFIX)
@@ -30,14 +30,15 @@ LIBINPUT_LICENSE	:= MIT
 LIBINPUT_CONF_TOOL	:= meson
 LIBINPUT_CONF_OPT	:= \
 	$(CROSS_MESON_USR) \
-	-Dudev-dir=/usr/lib/udev \
-	-Dlibwacom=false \
 	-Dcoverity=false \
 	-Ddebug-gui=false \
-	-Dtests=false \
 	-Ddocumentation=false \
 	-Depoll-dir= \
-	-Dinstall-tests=false
+	-Dinstall-tests=false \
+	-Dlibwacom=false \
+	-Dtests=false \
+	-Dudev-dir=/usr/lib/udev \
+	-Dzshcompletiondir=no
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-17  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17  9:36 [ptxdist] [PATCH] libinput: version bump 1.14.0 -> 1.14.2 Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox