From 6394218aae6599b28ced3d30074e154ba4218d07 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 23 Apr 2012 22:02:20 -0700 Subject: Add xextproto & xi to Requires.private 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 Reviewed-by: Peter Hutterer --- xtst.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtst.pc.in') 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 -- cgit v1.2.1