summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMun Gwan-gyeong <elongbug@gmail.com>2013-05-18 21:43:10 +0900
committerKristian Høgsberg <krh@bitplanet.net>2013-05-20 17:29:28 -0400
commitfe097f95a340ed19299b39131cdbf4c66b0c7ce1 (patch)
treef4c7ee40da75b17a78242941146c427c39b08923
parentd33f2b065c57729f6eac98df71a4157da8f965d3 (diff)
configure.ac: colord version to 0.1.27HEADmaster
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fd85b2c..93a6720 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)