summaryrefslogtreecommitdiff
path: root/xfixes.pc.in
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-17 15:21:14 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-17 15:21:14 +0000
commit23a209b91fd011539c6d9a9447860dac4e12eae9 (patch)
treebe6472b1472afad0c1dce74a597ead633508ae04 /xfixes.pc.in
parent58394a76ec740d0242097975e25ce6a6f148cb9d (diff)
downloadxorg-lib-libXfixes-23a209b91fd011539c6d9a9447860dac4e12eae9.tar.gz
Really check in the build system for Xfixes
Diffstat (limited to 'xfixes.pc.in')
-rw-r--r--xfixes.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/xfixes.pc.in b/xfixes.pc.in
new file mode 100644
index 0000000..1c05e9b
--- /dev/null
+++ b/xfixes.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Xfixes
+Description: X Fixes Library
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir} @X_CFLAGS@
+Libs: -L${libdir} -lXfixes @X_LIBS@