[oe-commits] [openembedded-core] 02/15: weston: Remove XWayland dependencies on PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Sat May 21 11:05:50 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 76588810bee361a683a860f5f9deaf9eb43046a7
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Wed May 18 13:40:40 2016 -0300

    weston: Remove XWayland dependencies on PACKAGECONFIG
    
    Instead of adding partial dependencies we list the PACKAGECONFIG
    options that are required. Those are: X11 and Wayland.
    
    The previous value were redudant with X11 PACKAGECONFIG option and as
    it is a requirement, for XWayland, it can be removed to easy
    maintenance.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/wayland/weston_1.10.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/wayland/weston_1.10.0.bb b/meta/recipes-graphics/wayland/weston_1.10.0.bb
index 98a5fba..29da554 100644
--- a/meta/recipes-graphics/wayland/weston_1.10.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.10.0.bb
@@ -71,8 +71,8 @@ PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
 PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind"
 # Weston with systemd-login support
 PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus"
-# Weston with Xwayland support
-PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,libxcb libxcursor cairo"
+# Weston with Xwayland support (requires X11 and Wayland)
+PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland"
 # colord CMS support
 PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord"
 # Clients support

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list