summaryrefslogtreecommitdiff
path: root/icccm
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-04-28 11:30:11 -0700
committerJosh Triplett <josh@freedesktop.org>2006-04-28 11:30:11 -0700
commiteb4c99a36fe7414939945174ffa2d3c138b3b8d9 (patch)
tree32d582f5864bc715edaa8282c6763997070f95fe /icccm
parent6bf208e96539af3a12b56dc56075dacc436f2381 (diff)
xcb-icccm doesn't use xcb-event; it just needs the headers due to xcb-property, and can't use the xcb-property pkg-config file from within the same source tree to pull it in.
Diffstat (limited to 'icccm')
-rw-r--r--icccm/Makefile.am1
-rw-r--r--icccm/xcb-icccm.pc.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/icccm/Makefile.am b/icccm/Makefile.am
index dd63eb5..337e410 100644
--- a/icccm/Makefile.am
+++ b/icccm/Makefile.am
@@ -11,7 +11,6 @@ libXCBICCCM_la_SOURCES = icccm.c
libXCBICCCM_la_CFLAGS = $(XCB_CFLAGS) -I../atom -I../event -I../property
libXCBICCCM_la_LIBADD = $(XCB_LIBS) \
-L../atom -lXCBAtom \
- -L../event -lXCBEvent \
-L../property -lXCBProperty
pkgconfig_DATA = xcb-icccm.pc
diff --git a/icccm/xcb-icccm.pc.in b/icccm/xcb-icccm.pc.in
index c1c4e2d..9eb6613 100644
--- a/icccm/xcb-icccm.pc.in
+++ b/icccm/xcb-icccm.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: XCBICCCM
Description: XCB ICCCM binding
Version: @PACKAGE_VERSION@
-Requires: xcb xcb-atom xcb-event xcb-property
+Requires: xcb xcb-atom xcb-property
Libs: -L${libdir} -lXCBICCCM @LIBS@
Cflags: -I${includedir}