From fe097f95a340ed19299b39131cdbf4c66b0c7ce1 Mon Sep 17 00:00:00 2001 From: Mun Gwan-gyeong Date: Sat, 18 May 2013 21:43:10 +0900 Subject: [PATCH] configure.ac: colord version to 0.1.27 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fd85b2ce..93a67203 100644 --- a/configure.ac +++ b/configure.ac @@ -288,7 +288,7 @@ AC_ARG_ENABLE(colord, AM_CONDITIONAL(ENABLE_COLORD, test "x$enable_colord" = "xyes") if test x$enable_colord = xyes; then - PKG_CHECK_MODULES(COLORD, colord >= 0.1.8) + PKG_CHECK_MODULES(COLORD, colord >= 0.1.27) fi AC_ARG_ENABLE(wcap-tools, [ --disable-wcap-tools],, enable_wcap_tools=yes)