summaryrefslogtreecommitdiff
path: root/xtst.pc.in
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-13 19:44:25 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-06-13 19:44:25 +0000
commitdbedf673f50e0baf6d5af60f60dbd16368071ed4 (patch)
tree49965c7b8eb406ecf0c22e637bfde345a2271a23 /xtst.pc.in
parente2cdce7dab4c62bdfcff33ee9270f6a7703352ef (diff)
downloadxorg-lib-libXtst-dbedf673f50e0baf6d5af60f60dbd16368071ed4.tar.gz
- Add Xtst to symlink.sh
- Add Xtst build system
Diffstat (limited to 'xtst.pc.in')
-rw-r--r--xtst.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/xtst.pc.in b/xtst.pc.in
new file mode 100644
index 0000000..cded463
--- /dev/null
+++ b/xtst.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Xtst
+Description: The Xtst Library
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir} @DEP_CFLAGS@
+Libs: -L${libdir} -lXtst @DEP_LIBS@
+