[PATCH:libXtst 2/2] Add xextproto & xi to Requires.private

Alan Coopersmith alan.coopersmith at oracle.com
Tue Apr 24 15:20:54 PDT 2012


Only headers are needed, not libraries to link with.   Required for
includes of xtestconst.h (xextproto) and XInput.h (xi) in XTest.h
public header.

Fixes https://bugs.freedesktop.org/attachment.cgi?id=59835
(originally reported as https://bugzilla.novell.com/show_bug.cgi?id=748808 )

Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 xtst.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xtst.pc.in b/xtst.pc.in
index 8702044..5426416 100644
--- a/xtst.pc.in
+++ b/xtst.pc.in
@@ -7,6 +7,6 @@ Name: Xtst
 Description: The Xtst Library
 Version: @PACKAGE_VERSION@
 Requires: recordproto
-Requires.private: x11 xext
+Requires.private: x11 xext xextproto xi
 Cflags: -I${includedir}
 Libs: -L${libdir} -lXtst
-- 
1.7.9.2



More information about the xorg-devel mailing list