From: Tim Orling Date: Thu, 29 May 2014 14:30:07 +0000 (-0700) Subject: weston: drop superfluous --disable-lcms X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815341fd1232e7739650497f94d851af41f6af79;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-graphics/wayland/weston_1.5.0.bb b/meta/recipes-graphics/wayland/weston_1.5.0.bb index f6ae8c49703..6a79e325422 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)} \