diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/weston/make-lcms-configurable.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston/make-lcms-configurable.patch b/meta/recipes-graphics/wayland/weston/make-lcms-configurable.patch index 817ac70a15..ef145b8473 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 | |||
11 | + [disable lcms support]),, | 11 | + [disable lcms support]),, |
12 | + enable_lcms=yes) | 12 | + enable_lcms=yes) |
13 | + | 13 | + |
14 | +AS_IF([test "x$enable_lcms" != "no"], [ | 14 | +AS_IF([test "x$enable_lcms" != "xno"], [ |
15 | PKG_CHECK_MODULES(LCMS, lcms2, | 15 | PKG_CHECK_MODULES(LCMS, lcms2, |
16 | - [have_lcms=yes], [have_lcms=no]) | 16 | - [have_lcms=yes], [have_lcms=no]) |
17 | + [have_lcms=yes], [have_lcms=no])], | 17 | + [have_lcms=yes], [have_lcms=no])], |