[oe-commits] Tim Orling : weston: drop superfluous --disable-lcms

git at git.openembedded.org git at git.openembedded.org
Sun Jun 1 13:30:23 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 815341fd1232e7739650497f94d851af41f6af79
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=815341fd1232e7739650497f94d851af41f6af79

Author: Tim Orling <TicoTimo at gmail.com>
Date:   Thu May 29 07:30:07 2014 -0700

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 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 f6ae8c4..6a79e32 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)} \



More information about the Openembedded-commits mailing list