[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCH 7/7] weston: update to 1.1.0
From:       ross.burton () intel ! com (Ross Burton)
Date:       2013-05-31 15:08:10
Message-ID: 299fde808fbdca44b396fc35f0df196cad73dec9.1370012830.git.ross.burton () intel ! com
[Download RAW message or body]

Upgrade to 1.1.0, and disable the RaspberryPi and RDP compositors.  Hopefully
the RPi community can send a patch to add a PACKAGECONFIG for them.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../wayland/{weston_1.0.6.bb => weston_1.1.0.bb}        |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/wayland/{weston_1.0.6.bb => weston_1.1.0.bb} (82%)

diff --git a/meta/recipes-graphics/wayland/weston_1.0.6.bb \
b/meta/recipes-graphics/wayland/weston_1.1.0.bb similarity index 82%
rename from meta/recipes-graphics/wayland/weston_1.0.6.bb
rename to meta/recipes-graphics/wayland/weston_1.1.0.bb
index 9d5d626..026f136 100644
--- a/meta/recipes-graphics/wayland/weston_1.0.6.bb
+++ b/meta/recipes-graphics/wayland/weston_1.1.0.bb
@@ -9,8 +9,9 @@ SRC_URI = \
"http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \  \
file://install-examples.patch \  file://weston.png \
            file://weston.desktop"
-SRC_URI[md5sum] = "63202129d66d5514e572814da5dfa1f7"
-SRC_URI[sha256sum] = \
"c833bc4dc8667561d2639b57220541531c039aa9332ce2a7022a3c466eb894f1" +SRC_URI[md5sum] = \
"dd9f3043fc5228c6bc4e99873fae2254" +SRC_URI[sha256sum] = \
"e7715d2c731f77a729c994a599ffdaebac1307b2dd9336136706869fa53618b4" +
 
 inherit autotools pkgconfig useradd
 
@@ -23,7 +24,11 @@ EXTRA_OECONF = "--disable-android-compositor \
                 --disable-xwayland \
                 --enable-simple-clients \
                 --enable-clients \
-                --disable-simple-egl-clients"
+                --disable-simple-egl-clients \
+                --disable-libunwind \
+                --disable-rpi-compositor \
+                --disable-rdp-compositor"
+
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'kms wayland', '', \
                d)} \
                    ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
@@ -38,6 +43,10 @@ PACKAGECONFIG[kms] = "--enable-drm-compositor \
--enable-weston-launch,--disable-d  PACKAGECONFIG[wayland] = \
"--enable-wayland-compositor,--disable-wayland-compositor,mesa"  # Weston on X11
 PACKAGECONFIG[x11] = \
"--enable-x11-compositor,--disable-x11-compositor,virtual/libx11 libxcb libxcb \
libxcursor cairo" +# Headless Weston
+PACKAGECONFIG[headless] = \
"--enable-headless-compositor,--disable-headless-compositor" +# Weston on framebuffer
+PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor,--disable-fbdev-compositor,udev \
mtdev"  
 # Use cairo-gl or cairo-glesv2
 PACKAGECONFIG[gles] = "--with-cairo-glesv2,,virtual/libgles2"
-- 
1.7.10.4


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic