[PATCH] configure.ac: colord version to 0.1.27
Mun, Gwan-gyeong
elongbug at gmail.com
Sat May 18 06:08:17 PDT 2013
This patch fixes colord version check on confiure.ac file.
Weston uses CD_PROFILE_METADATA_SCREEN_BRIGHTNESS,
CD_DEVICE_PROPERTY_EMBEDDED colord macros.
But weston checks colord old version. ( 0.1.8)
CD_PROFILE_METADATA_SCREEN_BRIGHTNESS macro provided after colord 0.1.17.
CD_DEVICE_PROPERTY_EMBEDDED macro provided after colord 0.1.27.
so weston should check at least colord version: 0.1.27.
---
>From ea647f197b22d14f7828d511bc2443ba91001a30 Mon Sep 17 00:00:00 2001
From: Mun Gwan-gyeong <elongbug at gmail.com>
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 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)
--
1.7.9.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-configure.ac-colord-version-to-0.1.27.patch
Type: text/x-patch
Size: 737 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20130518/216dc2d2/attachment.bin>
More information about the wayland-devel
mailing list