From 815341fd1232e7739650497f94d851af41f6af79 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 29 May 2014 07:30:07 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston_1.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} \ -- cgit 1.2.3-korg