]> code.ossystems Code Review - openembedded-core.git/commitdiff
weston: drop superfluous --disable-lcms
authorTim Orling <TicoTimo@gmail.com>
Thu, 29 May 2014 14:30:07 +0000 (07:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Jun 2014 13:28:35 +0000 (14:28 +0100)
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>
meta/recipes-graphics/wayland/weston_1.5.0.bb

index f6ae8c497036463d301595d13ca7460edd181b0e..6a79e3254228a1694430bbfeb0ee692909da3972 100644 (file)
@@ -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)} \