[PATCH] configure.ac: colord version to 0.1.27

Kristian Høgsberg hoegsberg at gmail.com
Mon May 20 14:30:01 PDT 2013


On Sat, May 18, 2013 at 10:08:17PM +0900, Mun, Gwan-gyeong wrote:
> 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.

Thanks, patch applied.

Kristian

> ---
> 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
> 
> 

> 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
> 

> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel



More information about the wayland-devel mailing list