Hello,

XCB_ATOM_* requires xcb >= 1.6.  Could you please consider applying this
patch?

Also,  considering that  xcb-util  0.3.8 has  been  released, could  you
please release  xlsclients as the  last released version does  not build
anymore (fixed in a695ea7 and 2d566ce)?

Thanks!

Cheers,
-- 
Arnaud Fontaine

From bb14e5a6728085ab25633ab60a81825eab9f707c Mon Sep 17 00:00:00 2001
From: Arnaud Fontaine <ar...@debian.org>
Date: Mon, 2 May 2011 11:37:34 +0900
Subject: [PATCH] Depend on xcb >= 1.6 for XCB_ATOM_*.

Signed-off-by: Arnaud Fontaine <ar...@debian.org>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 987ca2b..7b343b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ fi
 XORG_DEFAULT_OPTIONS
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XLSCLIENTS, xcb)
+PKG_CHECK_MODULES(XLSCLIENTS, xcb >= 1.6)
 
 AC_CONFIG_FILES([
 	Makefile
-- 
1.7.4.4

Attachment: pgp1hvvjYJwgM.pgp
Description: PGP signature

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to