[PATCH libXtst] Added missing "xi" requires to pkconfig file (#48585)

Peter Hutterer peter.hutterer at who-t.net
Tue Jul 2 20:16:20 PDT 2013


From: Stefan Dirsch <sndirsch at suse.de>

xi is an external dependency, XTest.h exposes it.

X.Org Bug 48585 <http://bugs.freedesktop.org/show_bug.cgi?id=48585>

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 xtst.pc.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



More information about the xorg-devel mailing list