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:28:35 +0100 |
commit | 815341fd1232e7739650497f94d851af41f6af79 (patch) | |
tree | 28969121a4a29f9db241f5b2430629ffd72229a9 /meta/recipes-graphics | |
parent | 8ae714bb59c67433ded1efe6a8750e0e9c126dab (diff) | |
download | openembedded-core-815341fd1232e7739650497f94d851af41f6af79.tar.gz openembedded-core-815341fd1232e7739650497f94d851af41f6af79.tar.bz2 openembedded-core-815341fd1232e7739650497f94d851af41f6af79.zip |
weston: drop superfluous --disable-lcms
Thank you to Henning Heinold for the catch.
"Is this needed when you use PACKAGECONFIG later on?"
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 \ --disable-libunwind \ --disable-rpi-compositor \ --disable-rdp-compositor \ - --disable-lcms" + " PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \ |