summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2014-02-13 15:45:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-17 15:28:59 +0000
commitc8cf900e4e1b51515d9a08dd32740f52c467fe7f (patch)
treefbe8054d6d9b9f130cc656cb218d8892271987e0 /meta/recipes-graphics/wayland/weston
parenta204c1e1be8b3ef9f565b0e07e6123e739d02fd0 (diff)
downloadpoky-c8cf900e4e1b51515d9a08dd32740f52c467fe7f.tar.gz
weston: upgrade to 1.4.0
(*) added fbdev backend in case the user will want to use weston even if drm fails. (*) removed tablet-shell flag because in 1.4 tablet-shell has been removed from src. (*) tested on qemux86 and genericx86 with core-image-weston and core-image-sato. (From OE-Core rev: 270ed9322dbd40b61e31ee9ab27cf7af5d433c1c) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston')
-rw-r--r--meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch b/meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch
new file mode 100644
index 0000000000..14606c86c3
--- /dev/null
+++ b/meta/recipes-graphics/wayland/weston/0001-remove-dependence-on-wayland-scanner-flags.patch
@@ -0,0 +1,30 @@
1From a0335393ddde2228c84eda1081b5d7b175f78a94 Mon Sep 17 00:00:00 2001
2From: Valentin Popa <valentin.popa@intel.com>
3Date: Fri, 7 Feb 2014 16:59:58 +0200
4Subject: [PATCH] remove dependence on wayland-scanner flags
5
6weston doesn't make use of wayland-scanner flags,
7it only uses the -native- wayland-scanner for protocol.
8
9Upstream-Status: Pending
10Signed-off-by: Valentin Popa <valentin.popa@intel.com>
11---
12 configure.ac | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/configure.ac b/configure.ac
16index cce1850..8775eb9 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -482,7 +482,7 @@ if test x$wayland_scanner = x; then
20 AC_MSG_ERROR([wayland-scanner is needed to compile weston])
21 fi
22
23-PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner)
24+#PKG_CHECK_MODULES(WAYLAND_SCANNER, wayland-scanner)
25 AC_PATH_PROG(XMLLINT, xmllint)
26 AC_ARG_WITH([dtddir],
27 AS_HELP_STRING([--with-dtddir],
28--
291.8.3.2
30