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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
