diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-01-15 11:11:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-15 17:26:44 +0000 |
commit | d8d02cb15f9d64f0e773223965e3ff6b6ae0874f (patch) | |
tree | a4ec06b8d6f4e9f3664bf1afdd630282efb6c2de /meta/recipes-graphics | |
parent | 9f086987f995729235601281161858d851b8df72 (diff) | |
download | openembedded-core-d8d02cb15f9d64f0e773223965e3ff6b6ae0874f.tar.gz openembedded-core-d8d02cb15f9d64f0e773223965e3ff6b6ae0874f.tar.bz2 openembedded-core-d8d02cb15f9d64f0e773223965e3ff6b6ae0874f.zip |
weston: cleanup mesa depends
* do not depend by default
* depend on virtual/mesa instead of mesa
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.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.3.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.3.1.bb b/meta/recipes-graphics/wayland/weston_1.3.1.bb index d97f6af45b..8e555ee9a6 100644 --- a/meta/recipes-graphics/wayland/weston_1.3.1.bb +++ b/meta/recipes-graphics/wayland/weston_1.3.1.bb @@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "f7141334b141ae1a6435bd03bfdb01b7fb628f39259164f201e7e71c8d inherit autotools pkgconfig useradd DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg" -DEPENDS += "wayland virtual/mesa virtual/egl pango" +DEPENDS += "wayland virtual/egl pango" EXTRA_OECONF = "--enable-setuid-install \ --disable-tablet-shell \ @@ -37,9 +37,9 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'wayland', 'kms wayland', # Compositor choices # # Weston on KMS -PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev mesa mtdev" +PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev virtual/mesa mtdev" # Weston on Wayland (nested Weston) -PACKAGECONFIG[wayland] = "--enable-wayland-compositor,--disable-wayland-compositor,mesa" +PACKAGECONFIG[wayland] = "--enable-wayland-compositor,--disable-wayland-compositor,virtual/mesa" # Weston on X11 PACKAGECONFIG[x11] = "--enable-x11-compositor,--disable-x11-compositor,virtual/libx11 libxcb libxcb libxcursor cairo" # Headless Weston |