aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2015-04-28 07:41:30 -0700
committerTim Orling <TicoTimo@gmail.com>2015-04-28 07:56:38 -0700
commitdf061dd3dda64d1d5a852ed265dedfe41a6399f6 (patch)
tree753858289708396905d9390fbdfa0d31e1a89bc2
parentbaaf4c1daebaf6ac178f8f6f8ed5f9973c19dac6 (diff)
downloadopenembedded-core-contrib-df061dd3dda64d1d5a852ed265dedfe41a6399f6.tar.gz
weston: update to 1.7.0
ANNOUNCE: http://lists.freedesktop.org/archives/wayland-devel/2015-February/019977.html * Now requires libinput >= 0.8.0 as a hard dependency. * License in compositor.c: minor changes to include 2015 in dates. Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta/recipes-graphics/wayland/weston_1.7.0.bb (renamed from meta/recipes-graphics/wayland/weston_1.6.0.bb)11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.6.0.bb b/meta/recipes-graphics/wayland/weston_1.7.0.bb
index d30e48bfa0..45acfa7d7b 100644
--- a/meta/recipes-graphics/wayland/weston_1.6.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.7.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Weston is the reference implementation of a Wayland compositor"
HOMEPAGE = "http://wayland.freedesktop.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=275efac2559a224527bd4fd593d38466 \
- file://src/compositor.c;endline=23;md5=aa98a8db03480fe7d500d0b1f4b8850c"
+ file://src/compositor.c;endline=23;md5=c8d8ba7a8075699516544389a3cad682"
SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
file://weston.png \
@@ -12,13 +12,14 @@ SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
file://make-lcms-explicitly-configurable.patch \
file://make-libwebp-explicitly-configurable.patch \
"
-SRC_URI[md5sum] = "c60ce9dde99a089db0539d8f6b557827"
-SRC_URI[sha256sum] = "dc3ea5d13bbf025fabc006216c5ddc0d80d5f4ebe778912b8c4d1d4acaaa614d"
+
+SRC_URI[md5sum] = "1fde8a44f48cd177438522850d6ba4be"
+SRC_URI[sha256sum] = "1c4511945f3f476c24af712e82a7b500ae91a99cbc0fe2e381da1449125166cd"
inherit autotools pkgconfig useradd
DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg"
-DEPENDS += "wayland virtual/egl pango"
+DEPENDS += "wayland virtual/egl pango libinput"
EXTRA_OECONF = "--enable-setuid-install \
--disable-xwayland \
@@ -60,8 +61,6 @@ PACKAGECONFIG[cairo-glesv2] = "--with-cairo-glesv2,--with-cairo=image,cairo"
PACKAGECONFIG[lcms] = "--enable-lcms,--disable-lcms,lcms"
# Weston with webp support
PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
-# Weston with libinput backend
-PACKAGECONFIG[libinput] = "--enable-libinput-backend,--disable-libinput-backend,libinput"
do_install_append() {
# Weston doesn't need the .la files to load modules, so wipe them