[oe-commits] Denys Dmytriyenko : weston: update to version 1.6.0, add libinput PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Thu Nov 6 16:46:04 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: e828dd2eae2a3eb4c341926aeb4ae6febd660ec2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e828dd2eae2a3eb4c341926aeb4ae6febd660ec2

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Sep 23 15:31:54 2014 -0400

weston: update to version 1.6.0, add libinput PACKAGECONFIG

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-graphics/wayland/{weston_1.5.0.bb => weston_1.6.0.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/wayland/weston_1.5.0.bb b/meta/recipes-graphics/wayland/weston_1.6.0.bb
similarity index 93%
rename from meta/recipes-graphics/wayland/weston_1.5.0.bb
rename to meta/recipes-graphics/wayland/weston_1.6.0.bb
index 4a8584f..efbbbe0 100644
--- a/meta/recipes-graphics/wayland/weston_1.5.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.6.0.bb
@@ -12,8 +12,8 @@ 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] = "8eb40d230efc2411f083c20656534780"
-SRC_URI[sha256sum] = "06388ba04ac79aa72d685cc1a8e646ddb2b8cfe11fcc742294f9addac48b7684"
+SRC_URI[md5sum] = "c60ce9dde99a089db0539d8f6b557827"
+SRC_URI[sha256sum] = "dc3ea5d13bbf025fabc006216c5ddc0d80d5f4ebe778912b8c4d1d4acaaa614d"
 
 inherit autotools pkgconfig useradd
 
@@ -60,6 +60,8 @@ 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



More information about the Openembedded-commits mailing list