diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-26 11:23:32 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-26 13:22:12 -0700 |
commit | b825f3385becccfcde34626f872721301e82f960 (patch) | |
tree | 9dbf2955f13ced947891704c07147be1d4042028 /xcb-xv.pc.in | |
parent | 1476dcecfd3e817236ae996314c10482aae8e3e9 (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-xv.pc.in')
-rw-r--r-- | xcb-xv.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xcb-xv.pc.in b/xcb-xv.pc.in new file mode 100644 index 0000000..d23d56d --- /dev/null +++ b/xcb-xv.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XCB Xv +Description: XCB Xv Extension +Version: @PACKAGE_VERSION@ +Requires: xcb xcb-shm +Libs: -L${libdir} -lXCBxv +Cflags: -I${includedir} |