From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH 2/2] libinput: version bump 1.7.0 -> 1.9.3
Date: Fri, 1 Dec 2017 16:18:37 +0100 [thread overview]
Message-ID: <20171201151837.25573-2-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20171201151837.25573-1-p.zabel@pengutronix.de>
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
prev parent reply other threads:[~2017-12-01 15:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171201151837.25573-2-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox