diff options
author | Arnaud Fontaine <arnau@debian.org> | 2014-01-29 17:33:56 +0900 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2014-01-29 17:37:04 +0900 |
commit | 08666113d3341b9817c8821854d1297acfd5f58f (patch) | |
tree | 49be302fecc8e0879845bdc5fc00a01d609ad0a5 /ewmh | |
parent | 1ad70737e5076baf1f99cb6463e10a362f78ceee (diff) |
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>
Diffstat (limited to 'ewmh')
-rw-r--r-- | ewmh/xcb-ewmh.pc.in | 2 |
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} |