diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-04-23 22:02:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-04-27 17:56:17 -0700 |
commit | 6394218aae6599b28ced3d30074e154ba4218d07 (patch) | |
tree | 274198c183307fe1c779eb77c468fbd470fdff27 | |
parent | 023d494822fea9c3840e75964451fd9d5213ae06 (diff) |
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 <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | xtst.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |