From patchwork Wed Jul 15 18:11:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 495922 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 150501402AC for ; Thu, 16 Jul 2015 04:12:22 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 76B8995F4B; Wed, 15 Jul 2015 18:12:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PmjN2VGI5M7w; Wed, 15 Jul 2015 18:12:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4F8A395F33; Wed, 15 Jul 2015 18:12:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 1E3FD1BFE6F for ; Wed, 15 Jul 2015 18:12:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 19FC2A477A for ; Wed, 15 Jul 2015 18:12:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RgdGGKEb-jxT for ; Wed, 15 Jul 2015 18:12:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by fraxinus.osuosl.org (Postfix) with ESMTPS id D776FA46B5 for ; Wed, 15 Jul 2015 18:12:02 +0000 (UTC) Received: from fwd36.aul.t-online.de (fwd36.aul.t-online.de [172.20.26.137]) by mailout12.t-online.de (Postfix) with SMTP id B020B93181 for ; Wed, 15 Jul 2015 20:11:59 +0200 (CEST) Received: from fli4l.lan.fli4l (bNBQkBZFrh2owHWjslRXlLg0wQgMvyP0vtBnDWtZWCL+EIkOnDFYRBFLoaTltfiQKh@[79.247.164.81]) by fwd36.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ZFR9y-1C8KUC0; Wed, 15 Jul 2015 20:11:58 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:53264) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1ZFR9x-0004cO-Ov; Wed, 15 Jul 2015 20:11:57 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Wed, 15 Jul 2015 20:11:43 +0200 Message-Id: <1436983914-7858-4-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1436983914-7858-1-git-send-email-bernd.kuhls@t-online.de> References: <1436983914-7858-1-git-send-email-bernd.kuhls@t-online.de> X-ID: bNBQkBZFrh2owHWjslRXlLg0wQgMvyP0vtBnDWtZWCL+EIkOnDFYRBFLoaTltfiQKh X-TOI-MSGID: d5fbd3f7-e2e4-4814-99a8-4ee564a3d438 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v2 04/15] package/libinput: bump version to 0.19.0, add locale dependency X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Since 2015-04-22 libinput needs locale support: http://cgit.freedesktop.org/wayland/libinput/commit/src/libinput-util.c?id=5c671e0375cc03032fcac26efe4a7835a74c8bfc This patch adds the needed dependency also to weston and xdriver_xf86-input-libinput. Signed-off-by: Bernd Kuhls --- v2: add reverse dependency to weston (Thomas) package/libinput/Config.in | 5 +++-- package/libinput/libinput.hash | 4 ++-- package/libinput/libinput.mk | 2 +- package/weston/Config.in | 6 ++++-- package/x11r7/xdriver_xf86-input-libinput/Config.in | 5 +++-- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package/libinput/Config.in b/package/libinput/Config.in index 14e4e70..f7793df 100644 --- a/package/libinput/Config.in +++ b/package/libinput/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LIBINPUT bool "libinput" + depends on BR2_ENABLE_LOCALE depends on BR2_PACKAGE_HAS_UDEV select BR2_PACKAGE_LIBEVDEV select BR2_PACKAGE_MTDEV @@ -13,5 +14,5 @@ config BR2_PACKAGE_LIBINPUT http://freedesktop.org/wiki/Software/libinput/ -comment "libinput needs udev /dev management" - depends on !BR2_PACKAGE_HAS_UDEV +comment "libinput needs udev /dev management and a toolchain w/ locale" + depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE diff --git a/package/libinput/libinput.hash b/package/libinput/libinput.hash index 6452847..299a28f 100644 --- a/package/libinput/libinput.hash +++ b/package/libinput/libinput.hash @@ -1,2 +1,2 @@ -# From http://lists.freedesktop.org/archives/wayland-devel/2015-April/021485.html -sha256 2bed202ebe2d5026950d6f9d2ac0f0160d12f61c5a0f6d0d6ef671bbb02c1b64 libinput-0.14.1.tar.xz +# From http://lists.freedesktop.org/archives/wayland-devel/2015-July/023184.html +sha256 69a97da47ef8fa9debadaa8ee11005b9b5183bd2b87c5aa7827b7c388a5acc5d libinput-0.19.0.tar.xz diff --git a/package/libinput/libinput.mk b/package/libinput/libinput.mk index bacee6a..175e04f 100644 --- a/package/libinput/libinput.mk +++ b/package/libinput/libinput.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBINPUT_VERSION = 0.14.1 +LIBINPUT_VERSION = 0.19.0 LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz LIBINPUT_SITE = http://www.freedesktop.org/software/libinput LIBINPUT_LICENSE = MIT diff --git a/package/weston/Config.in b/package/weston/Config.in index dec3583..07773f0 100644 --- a/package/weston/Config.in +++ b/package/weston/Config.in @@ -1,7 +1,8 @@ -comment "weston needs udev and a toolchain w/ threads, dynamic library, headers >= 3.0" +comment "weston needs udev and a toolchain w/ locale, threads, dynamic library, headers >= 3.0" depends on BR2_ARCH_HAS_ATOMICS depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS || \ - !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 || BR2_STATIC_LIBS + !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 || BR2_STATIC_LIBS || \ + !BR2_ENABLE_LOCALE config BR2_PACKAGE_WESTON bool "weston" @@ -13,6 +14,7 @@ config BR2_PACKAGE_WESTON select BR2_PACKAGE_JPEG select BR2_PACKAGE_MTDEV select BR2_PACKAGE_LIBINPUT + depends on BR2_ENABLE_LOCALE # libinput depends on BR2_PACKAGE_HAS_UDEV depends on !BR2_STATIC_LIBS # wayland depends on BR2_TOOLCHAIN_HAS_THREADS # wayland diff --git a/package/x11r7/xdriver_xf86-input-libinput/Config.in b/package/x11r7/xdriver_xf86-input-libinput/Config.in index cc878b6..69697ed 100644 --- a/package/x11r7/xdriver_xf86-input-libinput/Config.in +++ b/package/x11r7/xdriver_xf86-input-libinput/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT bool "xf86-input-libinput" + depends on BR2_ENABLE_LOCALE # libinput depends on BR2_PACKAGE_HAS_UDEV # libinput select BR2_PACKAGE_LIBINPUT select BR2_PACKAGE_XPROTO_INPUTPROTO @@ -9,5 +10,5 @@ config BR2_PACKAGE_XDRIVER_XF86_INPUT_LIBINPUT libinput, so while it does provide all features that libinput supports it does little beyond. -comment "xf86-input-libinput requires udev to be enabled" - depends on !BR2_PACKAGE_HAS_UDEV +comment "xf86-input-libinput needs udev /dev management and a toolchain w/ locale" + depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE