summaryrefslogtreecommitdiff
path: root/xt.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
commit2533120c26185990d326fa14c92383f85239f3b7 (patch)
tree0b337597a7f0f87f7a136ffe556075afc7cf255f /xt.pc.in
parent3f332f9af360cd42f5ff1b6f16ac64f7d146ff34 (diff)
downloadxorg-lib-libXt-2533120c26185990d326fa14c92383f85239f3b7.tar.gz
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work with separate build roots.
Diffstat (limited to 'xt.pc.in')
-rw-r--r--xt.pc.in6
1 files changed, 4 insertions, 2 deletions
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