From 2533120c26185990d326fa14c92383f85239f3b7 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. --- xt.pc.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xt.pc.in') diff --git a/xt.pc.in b/xt.pc.in index e969d67..77d47cf 100644 --- a/xt.pc.in +++ b/xt.pc.in @@ -6,5 +6,7 @@ includedir=@includedir@ Name: Xt Description: X Toolkit Library Version: @VERSION@ -Cflags: -I${includedir} @XT_CFLAGS@ -Libs: -L${libdir} -lXt @XT_LIBS@ +Requires: xproto x11 sm +Requires.private: x11 sm +Cflags: -I${includedir} +Libs: -L${libdir} -lXt -- cgit v1.2.1