* [ptxdist] [PATCH 1/2] libevdev: version bump 1.2.2 -> 1.5.7
@ 2017-12-01 15:18 Philipp Zabel
2017-12-01 15:18 ` [ptxdist] [PATCH 2/2] libinput: version bump 1.7.0 -> 1.9.3 Philipp Zabel
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2017-12-01 15:18 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/libevdev.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/libevdev.make b/rules/libevdev.make
index 1e5d8084d..63a97277e 100644
--- a/rules/libevdev.make
+++ b/rules/libevdev.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBEVDEV) += libevdev
#
# Paths and names
#
-LIBEVDEV_VERSION := 1.2.2
-LIBEVDEV_MD5 := 7c1ee9c2069489b2a25dfde6f8e2ff6a
+LIBEVDEV_VERSION := 1.5.7
+LIBEVDEV_MD5 := 4f1cfaee8d75ea3fbbfeb99a98730952
LIBEVDEV := libevdev-$(LIBEVDEV_VERSION)
LIBEVDEV_SUFFIX := tar.xz
LIBEVDEV_URL := http://www.freedesktop.org/software/libevdev/$(LIBEVDEV).$(LIBEVDEV_SUFFIX)
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ptxdist] [PATCH 2/2] libinput: version bump 1.7.0 -> 1.9.3
2017-12-01 15:18 [ptxdist] [PATCH 1/2] libevdev: version bump 1.2.2 -> 1.5.7 Philipp Zabel
@ 2017-12-01 15:18 ` Philipp Zabel
0 siblings, 0 replies; 2+ messages in thread
From: Philipp Zabel @ 2017-12-01 15:18 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
libinput now uses the meson build system.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/libinput.in | 1 +
rules/libinput.make | 27 +++++++++------------------
2 files changed, 10 insertions(+), 18 deletions(-)
diff --git a/rules/libinput.in b/rules/libinput.in
index 75f846451..0a39bbd25 100644
--- a/rules/libinput.in
+++ b/rules/libinput.in
@@ -2,6 +2,7 @@
config LIBINPUT
tristate
+ select HOST_MESON
select MTDEV
select LIBEVDEV
select UDEV
diff --git a/rules/libinput.make b/rules/libinput.make
index b64e235f7..4c5bb390f 100644
--- a/rules/libinput.make
+++ b/rules/libinput.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput
#
# Paths and names
#
-LIBINPUT_VERSION := 1.7.0
-LIBINPUT_MD5 := b6689bfacc1239082afd453216fc3d0e
+LIBINPUT_VERSION := 1.9.3
+LIBINPUT_MD5 := 8136266444de2062e4cf2f02de40499b
LIBINPUT := libinput-$(LIBINPUT_VERSION)
LIBINPUT_SUFFIX := tar.xz
LIBINPUT_URL := http://www.freedesktop.org/software/libinput/$(LIBINPUT).$(LIBINPUT_SUFFIX)
@@ -29,23 +29,14 @@ LIBINPUT_LICENSE := MIT
# Prepare
# ----------------------------------------------------------------------------
-LIBINPUT_CONF_ENV := \
- $(CROSS_ENV) \
- ac_cv_path_DOXYGEN=
-#
-# autoconf
-#
-LIBINPUT_CONF_TOOL := autoconf
+LIBINPUT_CONF_TOOL := meson
LIBINPUT_CONF_OPT := \
- $(CROSS_AUTOCONF_USR) \
- --disable-documentation \
- --disable-event-gui \
- --disable-gcov \
- --disable-test-run \
- --disable-tests \
- --disable-libwacom \
- --without-libunwind \
- --with-udev-dir=/usr/lib/udev
+ $(CROSS_MESON_USR) \
+ -Dudev-dir=/usr/lib/udev \
+ -Dlibwacom=false \
+ -Ddebug-gui=false \
+ -Dtests=false \
+ -Ddocumentation=false
# ----------------------------------------------------------------------------
# Target-Install
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-01 15:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01 15:18 [ptxdist] [PATCH 1/2] libevdev: version bump 1.2.2 -> 1.5.7 Philipp Zabel
2017-12-01 15:18 ` [ptxdist] [PATCH 2/2] libinput: version bump 1.7.0 -> 1.9.3 Philipp Zabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox