diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-09-23 15:31:54 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-06 16:45:22 +0000 |
commit | ad6fd2cbf81e36b7571e07ff3bfc056150afe1d7 (patch) | |
tree | 222c9c2fca3eb971996ba7eda9aaa8a0f73019da /meta/recipes-graphics | |
parent | ab3086fee7093783663d1fd2ec043b08a16779a0 (diff) | |
download | poky-ad6fd2cbf81e36b7571e07ff3bfc056150afe1d7.tar.gz |
weston: update to version 1.6.0, add libinput PACKAGECONFIG
(From OE-Core rev: e828dd2eae2a3eb4c341926aeb4ae6febd660ec2)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_1.6.0.bb (renamed from meta/recipes-graphics/wayland/weston_1.5.0.bb) | 6 |
1 files 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 index 4a8584f79a..efbbbe0369 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 \ | |||
12 | file://make-lcms-explicitly-configurable.patch \ | 12 | file://make-lcms-explicitly-configurable.patch \ |
13 | file://make-libwebp-explicitly-configurable.patch \ | 13 | file://make-libwebp-explicitly-configurable.patch \ |
14 | " | 14 | " |
15 | SRC_URI[md5sum] = "8eb40d230efc2411f083c20656534780" | 15 | SRC_URI[md5sum] = "c60ce9dde99a089db0539d8f6b557827" |
16 | SRC_URI[sha256sum] = "06388ba04ac79aa72d685cc1a8e646ddb2b8cfe11fcc742294f9addac48b7684" | 16 | SRC_URI[sha256sum] = "dc3ea5d13bbf025fabc006216c5ddc0d80d5f4ebe778912b8c4d1d4acaaa614d" |
17 | 17 | ||
18 | inherit autotools pkgconfig useradd | 18 | inherit autotools pkgconfig useradd |
19 | 19 | ||
@@ -60,6 +60,8 @@ PACKAGECONFIG[cairo-glesv2] = "--with-cairo-glesv2,--with-cairo=image,cairo" | |||
60 | PACKAGECONFIG[lcms] = "--enable-lcms,--disable-lcms,lcms" | 60 | PACKAGECONFIG[lcms] = "--enable-lcms,--disable-lcms,lcms" |
61 | # Weston with webp support | 61 | # Weston with webp support |
62 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | 62 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" |
63 | # Weston with libinput backend | ||
64 | PACKAGECONFIG[libinput] = "--enable-libinput-backend,--disable-libinput-backend,libinput" | ||
63 | 65 | ||
64 | do_install_append() { | 66 | do_install_append() { |
65 | # Weston doesn't need the .la files to load modules, so wipe them | 67 | # Weston doesn't need the .la files to load modules, so wipe them |