From 08666113d3341b9817c8821854d1297acfd5f58f Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Wed, 29 Jan 2014 17:33:56 +0900 Subject: 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 --- ewmh/xcb-ewmh.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3