summaryrefslogtreecommitdiff
path: root/xcb-sync.pc.in
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-04-26 11:23:32 -0700
committerJosh Triplett <josh@freedesktop.org>2006-04-26 13:22:12 -0700
commitb825f3385becccfcde34626f872721301e82f960 (patch)
tree9dbf2955f13ced947891704c07147be1d4042028 /xcb-sync.pc.in
parent1476dcecfd3e817236ae996314c10482aae8e3e9 (diff)
Add .pc.in files for all the new extension libraries. Generate .pc files from the new .pc.in files in configure.ac. Install the new .pc files in Makefile.am, and add the new .pc.in files to EXTRA_DIST.
Based on a patch by Vincent Torri. Changes from that patch: add Requires to the .pc.in files based on the <import>s in the extensions, add a .pc.in file for libXCBxtest, change Name and Description fields to match extension names.
Diffstat (limited to 'xcb-sync.pc.in')
-rw-r--r--xcb-sync.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/xcb-sync.pc.in b/xcb-sync.pc.in
new file mode 100644
index 0000000..e59c969
--- /dev/null
+++ b/xcb-sync.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: XCB Sync
+Description: XCB Sync Extension
+Version: @PACKAGE_VERSION@
+Requires: xcb
+Libs: -L${libdir} -lXCBsync
+Cflags: -I${includedir}