diff options
author | Tim Orling <TicoTimo@gmail.com> | 2014-05-29 07:30:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-01 14:29:30 +0100 |
commit | 482857a3f82d461b507bc10da4711e1d1a861337 (patch) | |
tree | bd2594f1b1e643670508543592ee00292f5b7f5e /meta/recipes-graphics | |
parent | f11d67a6e77d9654c8dee4930b5c806041718d62 (diff) | |
download | poky-482857a3f82d461b507bc10da4711e1d1a861337.tar.gz |
weston: drop superfluous --disable-lcms
Thank you to Henning Heinold for the catch.
"Is this needed when you use PACKAGECONFIG later on?"
(From OE-Core rev: 815341fd1232e7739650497f94d851af41f6af79)
Signed-off-by: Tim Orling <TicoTimo@gmail.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.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.5.0.bb b/meta/recipes-graphics/wayland/weston_1.5.0.bb index f6ae8c4970..6a79e32542 100644 --- a/meta/recipes-graphics/wayland/weston_1.5.0.bb +++ b/meta/recipes-graphics/wayland/weston_1.5.0.bb | |||
@@ -26,7 +26,7 @@ EXTRA_OECONF = "--enable-setuid-install \ | |||
26 | --disable-libunwind \ | 26 | --disable-libunwind \ |
27 | --disable-rpi-compositor \ | 27 | --disable-rpi-compositor \ |
28 | --disable-rdp-compositor \ | 28 | --disable-rdp-compositor \ |
29 | --disable-lcms" | 29 | " |
30 | 30 | ||
31 | 31 | ||
32 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \ | 32 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \ |