From 1d76bb2d8bb23d91a64c23923fc819af0badb57b Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Sat, 19 Nov 2005 07:15:43 +0000 Subject: Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots. --- xtst.pc.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'xtst.pc.in') diff --git a/xtst.pc.in b/xtst.pc.in index d429bdd..8702044 100644 --- a/xtst.pc.in +++ b/xtst.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ Name: Xtst Description: The Xtst Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @XTST_CFLAGS@ -Libs: -L${libdir} -lXtst @XTST_LIBS@ - +Requires: recordproto +Requires.private: x11 xext +Cflags: -I${includedir} +Libs: -L${libdir} -lXtst -- cgit v1.2.1