From 36acf85340669a74c38ac7c923b739860d3defd4 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 9 Mar 2016 06:58:45 -0300 Subject: [PATCH] weston: bump to version 1.10.0 Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- 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 4c820e96f..aaf1706c1 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 e7bc2bb5c..ed174e6d5 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 4ad89cee3..d81807194 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 -- 2.11.4.GIT