From dbec1cdb5f851844db34fd757dd0b4a5e42acd2c Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Thu, 24 Jun 2010 12:18:11 -0700 Subject: 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 --- icccm/icccm.c | 1 - icccm/xcb-icccm.pc.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 #include -#include #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} -- cgit v1.2.3