diff options
author | Keith Packard <keithp@keithp.com> | 2013-07-11 16:01:02 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-07 14:02:37 -0800 |
commit | cca607409068ad0948e7283fb8d0465cabc51686 (patch) | |
tree | b6701071bef16e34806352d656bd3b7ff1f63205 /xcb-present.pc.in | |
parent | 7a9373078e69b2cb2753570f91e5c31062ba25f8 (diff) |
Add Present extension
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-By: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'xcb-present.pc.in')
-rw-r--r-- | xcb-present.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xcb-present.pc.in b/xcb-present.pc.in new file mode 100644 index 0000000..848ac02 --- /dev/null +++ b/xcb-present.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XCB Present +Description: XCB Present Extension +Version: @PACKAGE_VERSION@ +Requires: xcb +Libs: -L${libdir} -lxcb-present +Cflags: -I${includedir} |