diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-18 13:40:40 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-21 22:24:55 +0100 |
commit | 9a9f04ff9b5d8ed63fe424c3dff9854fee78b14d (patch) | |
tree | 17a6da194fbdd836182fa432cdd719f1fa86199c /meta/recipes-graphics | |
parent | 9b5abe20101cb1f37fe19af3f35884f49950bbf3 (diff) | |
download | poky-9a9f04ff9b5d8ed63fe424c3dff9854fee78b14d.tar.gz |
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.
(From OE-Core rev: f16f3d67fd71357de75e64e77414767629565e98)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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.10.0.bb | 4 |
1 files 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 98a5fbadec..29da5541b4 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" | |||
71 | PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" | 71 | PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" |
72 | # Weston with systemd-login support | 72 | # Weston with systemd-login support |
73 | PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus" | 73 | PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus" |
74 | # Weston with Xwayland support | 74 | # Weston with Xwayland support (requires X11 and Wayland) |
75 | PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,libxcb libxcursor cairo" | 75 | PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland" |
76 | # colord CMS support | 76 | # colord CMS support |
77 | PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" | 77 | PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" |
78 | # Clients support | 78 | # Clients support |