From b825f3385becccfcde34626f872721301e82f960 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 26 Apr 2006 11:23:32 -0700 Subject: 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 s in the extensions, add a .pc.in file for libXCBxtest, change Name and Description fields to match extension names. --- xcb-randr.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xcb-randr.pc.in (limited to 'xcb-randr.pc.in') diff --git a/xcb-randr.pc.in b/xcb-randr.pc.in new file mode 100644 index 0000000..b9f01b0 --- /dev/null +++ b/xcb-randr.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XCB RandR +Description: XCB RandR Extension +Version: @PACKAGE_VERSION@ +Requires: xcb +Libs: -L${libdir} -lXCBrandr +Cflags: -I${includedir} -- cgit v1.2.3