summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2014-01-29 17:33:56 +0900
committerArnaud Fontaine <arnau@debian.org>2014-01-29 17:37:04 +0900
commit08666113d3341b9817c8821854d1297acfd5f58f (patch)
tree49be302fecc8e0879845bdc5fc00a01d609ad0a5
parent1ad70737e5076baf1f99cb6463e10a362f78ceee (diff)
downloadutil-wm-08666113d3341b9817c8821854d1297acfd5f58f.tar.gz
xcb-proto should have never been required as xcb provides the Atoms.
Reported on Debian BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722632 Signed-off-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--ewmh/xcb-ewmh.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ewmh/xcb-ewmh.pc.in b/ewmh/xcb-ewmh.pc.in
index 84b1fa4..eb0e771 100644
--- a/ewmh/xcb-ewmh.pc.in
+++ b/ewmh/xcb-ewmh.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: XCB EWMH library
Description: XCB EWMH binding
Version: @PACKAGE_VERSION@
-Requires: xcb xcb-proto
+Requires: xcb
Libs: -L${libdir} -lxcb-ewmh @LIBS@
Cflags: -I${includedir}