diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-02-18 16:49:41 -0800 |
---|---|---|
committer | Josh Triplett <josh@josh-mobile.localdomain> | 2006-02-18 16:49:41 -0800 |
commit | e5d3e856ee2d17c3202a86cd084e2fbd1abc2f1d (patch) | |
tree | c004b3a0fb74d0fda154348bc1afc56f7b6e0760 /property/xcb-property.pc.in |
Remove xcl and CVSROOT.
Diffstat (limited to 'property/xcb-property.pc.in')
-rw-r--r-- | property/xcb-property.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/property/xcb-property.pc.in b/property/xcb-property.pc.in new file mode 100644 index 0000000..543bdc5 --- /dev/null +++ b/property/xcb-property.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XCBImage +Description: XCB image convenience library +Version: @PACKAGE_VERSION@ +Requires: xcb xcb-event +Libs: -L${libdir} -lXCBProperty @LIBS@ +Cflags: -I${includedir} |