From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ioP27-0008B5-EY for ptxdist@pengutronix.de; Mon, 06 Jan 2020 10:50:47 +0100 From: Philipp Zabel Date: Mon, 6 Jan 2020 10:50:42 +0100 Message-Id: <20200106095042.18521-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] libinput: version bump 1.14.3 -> 1.15.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Fix the PTXdist dummy quirk, libinput expects both a match and a quirk property. Signed-off-by: Philipp Zabel --- projectroot/usr/share/libinput/99-ptxdist-dummy.quirks | 1 + rules/libinput.make | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/projectroot/usr/share/libinput/99-ptxdist-dummy.quirks b/projectroot/usr/share/libinput/99-ptxdist-dummy.quirks index f9acff220ab3..6adc1a77ab4d 100644 --- a/projectroot/usr/share/libinput/99-ptxdist-dummy.quirks +++ b/projectroot/usr/share/libinput/99-ptxdist-dummy.quirks @@ -4,3 +4,4 @@ # not installed. [PTXdist dummy quirk] MatchName=PTXdist inexistent device +AttrSizeHint=1x1 diff --git a/rules/libinput.make b/rules/libinput.make index 22cdeebd89b4..6d1659f7174d 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput # # Paths and names # -LIBINPUT_VERSION := 1.14.3 -LIBINPUT_MD5 := d052faa64eb6d2e649e582cc0fcf6e32 +LIBINPUT_VERSION := 1.15.0 +LIBINPUT_MD5 := d5fe153c4b1d69ec35dc846588cd47ec LIBINPUT := libinput-$(LIBINPUT_VERSION) LIBINPUT_SUFFIX := tar.xz LIBINPUT_URL := http://www.freedesktop.org/software/libinput/$(LIBINPUT).$(LIBINPUT_SUFFIX) -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de