Add .pc.in files for all the new extension libraries. Generate .pc files from the...
authorJosh Triplett <josh@freedesktop.org>
Wed, 26 Apr 2006 18:23:32 +0000 (11:23 -0700)
committerJosh Triplett <josh@freedesktop.org>
Wed, 26 Apr 2006 20:22:12 +0000 (13:22 -0700)
commitb825f3385becccfcde34626f872721301e82f960
tree9dbf2955f13ced947891704c07147be1d4042028
parent1476dcecfd3e817236ae996314c10482aae8e3e9
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.
21 files changed:
Makefile.am
configure.ac
xcb-composite.pc.in [new file with mode: 0644]
xcb-damage.pc.in [new file with mode: 0644]
xcb-dpms.pc.in [new file with mode: 0644]
xcb-glx.pc.in [new file with mode: 0644]
xcb-randr.pc.in [new file with mode: 0644]
xcb-record.pc.in [new file with mode: 0644]
xcb-render.pc.in [new file with mode: 0644]
xcb-res.pc.in [new file with mode: 0644]
xcb-screensaver.pc.in [new file with mode: 0644]
xcb-shape.pc.in [new file with mode: 0644]
xcb-shm.pc.in [new file with mode: 0644]
xcb-sync.pc.in [new file with mode: 0644]
xcb-xevie.pc.in [new file with mode: 0644]
xcb-xfixes.pc.in [new file with mode: 0644]
xcb-xfree86dri.pc.in [new file with mode: 0644]
xcb-xprint.pc.in [new file with mode: 0644]
xcb-xtest.pc.in [new file with mode: 0644]
xcb-xv.pc.in [new file with mode: 0644]
xcb-xvmc.pc.in [new file with mode: 0644]