summaryrefslogtreecommitdiff
path: root/xcb-atom.pc.in
diff options
context:
space:
mode:
authorBoram Park <boram1288.park@samsung.com>2012-08-21 18:04:11 +0900
committerBoram Park <boram1288.park@samsung.com>2012-08-21 18:04:11 +0900
commit8542b45178e4cb4e9ed24a5ce0fafb0742894e8d (patch)
tree31a1326e04a2829c5f3234bc68ba90639aedf330 /xcb-atom.pc.in
parentcf276784e49975be2e5a196acf4be5c2dc442622 (diff)
downloadxcb-util-2.0alpha.tar.gz
xcb-util-2.0alpha.tar.bz2
xcb-util-2.0alpha.zip
Diffstat (limited to 'xcb-atom.pc.in')
-rw-r--r--xcb-atom.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/xcb-atom.pc.in b/xcb-atom.pc.in
new file mode 100644
index 0000000..fcc39e8
--- /dev/null
+++ b/xcb-atom.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: XCB Atom library
+Description: XCB atom cache
+Version: @PACKAGE_VERSION@
+Requires: xcb
+Libs: -L${libdir} -lxcb-util
+Cflags: -I${includedir}