[Xcb-commit] icccm
Jamey Sharp
jamey at kemper.freedesktop.org
Thu Jun 24 12:26:38 PDT 2010
icccm/icccm.c | 1 -
icccm/xcb-icccm.pc.in | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
New commits:
commit f5c4e4853df8869eb51739e6a37f35397a690e03
Author: Jamey Sharp <jamey at minilop.net>
Date: Thu Jun 24 12:18:11 2010 -0700
icccm does not depend on xcb-proto, only generated headers in xcb.
And xcb.h includes xproto.h, so icccm.c needn't include anything extra.
The configure script does still need to check which version of xcb-proto
libxcb was built with to ensure that the predefined atoms are available
at xcb-icccm build time.
Signed-off-by: Jamey Sharp <jamey at minilop.net>
diff --git a/icccm/icccm.c b/icccm/icccm.c
index e620bde..4bb2c00 100644
--- a/icccm/icccm.c
+++ b/icccm/icccm.c
@@ -32,7 +32,6 @@
#include <string.h>
#include <xcb/xcb.h>
-#include <xcb/xproto.h>
#include "xcb_icccm.h"
diff --git a/icccm/xcb-icccm.pc.in b/icccm/xcb-icccm.pc.in
index f85d0cb..d21d019 100644
--- a/icccm/xcb-icccm.pc.in
+++ b/icccm/xcb-icccm.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: XCB ICCCM library
Description: XCB ICCCM binding
Version: @PACKAGE_VERSION@
-Requires: xcb xcb-proto xcb-property
+Requires: xcb xcb-property
Libs: -L${libdir} -lxcb-icccm @LIBS@
Cflags: -I${includedir}
More information about the xcb-commit
mailing list