summaryrefslogtreecommitdiff
path: root/xcb-present.pc.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-07-11 16:01:02 -0700
committerKeith Packard <keithp@keithp.com>2013-11-07 14:02:37 -0800
commitcca607409068ad0948e7283fb8d0465cabc51686 (patch)
treeb6701071bef16e34806352d656bd3b7ff1f63205 /xcb-present.pc.in
parent7a9373078e69b2cb2753570f91e5c31062ba25f8 (diff)
downloadxcb-libxcb-cca607409068ad0948e7283fb8d0465cabc51686.tar.gz
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.in11
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}