From patchwork Wed Mar 9 09:58:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 594926 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 0A7F1140BAC for ; Wed, 9 Mar 2016 21:00:22 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=NowPeCwS; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2A941338E5; Wed, 9 Mar 2016 10:00:22 +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 ScWRaIMu5Jb5; Wed, 9 Mar 2016 10:00:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A1A8A338D9; Wed, 9 Mar 2016 10:00:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CC8831C0BC2 for ; Wed, 9 Mar 2016 10:00:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C79C0914F5 for ; Wed, 9 Mar 2016 10:00:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LGiXZP-nqpEK for ; Wed, 9 Mar 2016 10:00:16 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3FF83914EE for ; Wed, 9 Mar 2016 10:00:16 +0000 (UTC) Received: from asgard (cpe-186-22-138-122.telecentro-reversos.com.ar [186.22.138.122] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u29A09US010279 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 9 Mar 2016 10:00:12 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1457517614; bh=TolTpVKMloAzI7SN9Xh5K1vGoYOWqA6Yx+WqaxujuRo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=NowPeCwSWps806vx/HSdEIif4ClnnEauht2r9OcUq6owPjWIWwCw5FUje5gxHE4dm K0k09G8Tk0Jz/4dUUSO6pKXxpyRU+pK+wuyHqZnIqquDJVzeCiRyRhye0TSSRIrER8 Wg4oAL3FlOggDHclmdR12REqwXdZUl9J7ZVRX3zA= Received: by asgard (sSMTP sendmail emulation); Wed, 09 Mar 2016 06:59:54 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 9 Mar 2016 06:58:45 -0300 Message-Id: <1457517525-7716-8-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1457517525-7716-1-git-send-email-gustavo@zacarias.com.ar> References: <1457517525-7716-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH v3 7/7] weston: bump to version 1.10.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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- package/weston/Config.in | 1 + package/weston/weston.hash | 4 ++-- package/weston/weston.mk | 9 ++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package/weston/Config.in b/package/weston/Config.in index 4c820e9..aaf1706 100644 --- a/package/weston/Config.in +++ b/package/weston/Config.in @@ -6,6 +6,7 @@ comment "weston needs udev and a toolchain w/ locale, threads, dynamic library, config BR2_PACKAGE_WESTON bool "weston" select BR2_PACKAGE_WAYLAND + select BR2_PACKAGE_WAYLAND_PROTOCOLS select BR2_PACKAGE_LIBXKBCOMMON select BR2_PACKAGE_CAIRO select BR2_PACKAGE_CAIRO_PNG diff --git a/package/weston/weston.hash b/package/weston/weston.hash index e7bc2bb..ed174e6 100644 --- a/package/weston/weston.hash +++ b/package/weston/weston.hash @@ -1,2 +1,2 @@ -# From http://lists.freedesktop.org/archives/wayland-devel/2015-June/022416.html -sha256 8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312 weston-1.8.0.tar.xz +# From https://lists.freedesktop.org/archives/wayland-devel/2016-February/027039.html +sha256 e0b2004d00d8293ddf7903ca283c1746afa9ccb5919ab50fd04397ff472aa5c1 weston-1.10.0.tar.xz diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 4ad89ce..d818071 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -4,14 +4,14 @@ # ################################################################################ -WESTON_VERSION = 1.8.0 +WESTON_VERSION = 1.10.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 libinput +WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \ + libxkbcommon pixman libpng jpeg mtdev udev cairo libinput WESTON_CONF_OPTS = \ --with-dtddir=$(STAGING_DIR)/usr/share/wayland \ @@ -25,6 +25,9 @@ WESTON_CONF_OPTS = \ --disable-weston-launch \ --disable-colord +WESTON_MAKE_OPTS = \ + WAYLAND_PROTOCOLS_DATADIR=$(STAGING_DIR)/usr/share/wayland-protocols + ifeq ($(BR2_PACKAGE_LIBUNWIND),y) WESTON_DEPENDENCIES += libunwind else