[oe-commits] Tim Orling : weston: fix make-lcms-configurable.patch

git at git.openembedded.org git at git.openembedded.org
Fri May 30 22:52:29 UTC 2014


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

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

weston: fix make-lcms-configurable.patch

In AS_IF([test "x$enable_lcms" != "no"],
"no" should have been "xno"

Signed-off-by: Tim Orling <TicoTimo at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/wayland/weston/make-lcms-configurable.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/wayland/weston/make-lcms-configurable.patch b/meta/recipes-graphics/wayland/weston/make-lcms-configurable.patch
index 817ac70..ef145b8 100644
--- a/meta/recipes-graphics/wayland/weston/make-lcms-configurable.patch
+++ b/meta/recipes-graphics/wayland/weston/make-lcms-configurable.patch
@@ -11,7 +11,7 @@ Index: weston-1.5.0/configure.ac
 +                             [disable lcms support]),,
 +              enable_lcms=yes)
 +
-+AS_IF([test "x$enable_lcms" != "no"], [
++AS_IF([test "x$enable_lcms" != "xno"], [
  PKG_CHECK_MODULES(LCMS, lcms2,
 -                  [have_lcms=yes], [have_lcms=no])
 +                  [have_lcms=yes], [have_lcms=no])],



More information about the Openembedded-commits mailing list