From patchwork Sun Feb 15 15:44:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 439881 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id CC07A14027C for ; Mon, 16 Feb 2015 02:44:57 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0C83F32046; Sun, 15 Feb 2015 15:44:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oycIm+kVlpcs; Sun, 15 Feb 2015 15:44:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 2705E32208; Sun, 15 Feb 2015 15:44:50 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 4AB401C2939 for ; Sun, 15 Feb 2015 15:44:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 47B7A95C31 for ; Sun, 15 Feb 2015 15:44:49 +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 SaFaJKvS5FOu for ; Sun, 15 Feb 2015 15:44:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by hemlock.osuosl.org (Postfix) with ESMTP id DA84D95C2C for ; Sun, 15 Feb 2015 15:44:46 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 23B3951621BCB for ; Sun, 15 Feb 2015 15:44:41 +0000 (GMT) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sun, 15 Feb 2015 15:44:44 +0000 Received: from localhost.localdomain (192.168.154.104) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.210.2; Sun, 15 Feb 2015 15:44:43 +0000 From: Vicente Olivert Riera To: Date: Sun, 15 Feb 2015 15:44:11 +0000 Message-ID: <1424015051-14779-3-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1424015051-14779-1-git-send-email-Vincent.Riera@imgtec.com> References: <1424015051-14779-1-git-send-email-Vincent.Riera@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.154.104] Subject: [Buildroot] [PATCH 3/3] weston: bump version to 1.7.0 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" - Bump version to 1.7.0 - Add a hash file libinput is now a required dependency: configure: WARNING: unrecognized options: --disable-libinput-backend checking for LIBINPUT_BACKEND... no configure: error: Package requirements (libinput >= 0.8.0) were not met: Package libinput was not found in the pkg-config search path. Perhaps you should add the directory containing `libinput.pc' to the PKG_CONFIG_PATH environment variable No package 'libinput' found Signed-off-by: Vicente Olivert Riera --- package/weston/Config.in | 1 + package/weston/weston.hash | 2 ++ package/weston/weston.mk | 11 ++--------- 3 files changed, 5 insertions(+), 9 deletions(-) create mode 100644 package/weston/weston.hash diff --git a/package/weston/Config.in b/package/weston/Config.in index 49130b4..624dc60 100644 --- a/package/weston/Config.in +++ b/package/weston/Config.in @@ -13,6 +13,7 @@ config BR2_PACKAGE_WESTON select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_JPEG select BR2_PACKAGE_MTDEV + select BR2_PACKAGE_LIBINPUT depends on BR2_PACKAGE_HAS_UDEV depends on !BR2_avr32 # wayland depends on !BR2_STATIC_LIBS # wayland diff --git a/package/weston/weston.hash b/package/weston/weston.hash new file mode 100644 index 0000000..8df6f07 --- /dev/null +++ b/package/weston/weston.hash @@ -0,0 +1,2 @@ +# From http://lists.freedesktop.org/archives/wayland-devel/2015-February/019977.html +sha256 1c4511945f3f476c24af712e82a7b500ae91a99cbc0fe2e381da1449125166cd weston-1.7.0.tar.xz diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 9964b90..8a5a891 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -4,14 +4,14 @@ # ################################################################################ -WESTON_VERSION = 1.6.0 +WESTON_VERSION = 1.7.0 WESTON_SITE = http://wayland.freedesktop.org/releases WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz WESTON_LICENSE = MIT WESTON_LICENSE_FILES = COPYING WESTON_DEPENDENCIES = host-pkgconf wayland libxkbcommon pixman libpng \ - jpeg mtdev udev cairo + jpeg mtdev udev cairo libinput WESTON_CONF_OPTS = \ --with-dtddir=$(STAGING_DIR)/usr/share/wayland \ @@ -25,13 +25,6 @@ WESTON_CONF_OPTS = \ --disable-weston-launch \ --disable-colord -ifeq ($(BR2_PACKAGE_LIBINPUT),y) -WESTON_DEPENDENCIES += libinput -WESTON_CONF_OPTS += --enable-libinput-backend -else -WESTON_CONF_OPTS += --disable-libinput-backend -endif - ifeq ($(BR2_PACKAGE_LIBUNWIND),y) WESTON_DEPENDENCIES += libunwind else