27 lines
707 B
Diff
27 lines
707 B
Diff
|
From 403ec58c75054a3f0def6b94cf6bc4e83a58bec4 Mon Sep 17 00:00:00 2001
|
||
|
From: Stefan Dirsch <sndirsch@suse.de>
|
||
|
Date: Fri, 24 Feb 2012 12:38:13 +0100
|
||
|
Subject: [PATCH] Added missing "xi" requires to pkconfig file.
|
||
|
|
||
|
This time the right keyword. Not Requires.private, but Requires!
|
||
|
---
|
||
|
xtst.pc.in | 2 +-
|
||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/xtst.pc.in b/xtst.pc.in
|
||
|
index 8702044..d6f9fc1 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: recordproto xi
|
||
|
Requires.private: x11 xext
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lXtst
|
||
|
--
|
||
|
1.7.3.4
|
||
|
|