diff options
author | Boram Park <boram1288.park@samsung.com> | 2012-08-21 18:04:11 +0900 |
---|---|---|
committer | Boram Park <boram1288.park@samsung.com> | 2012-08-21 18:04:11 +0900 |
commit | 8542b45178e4cb4e9ed24a5ce0fafb0742894e8d (patch) | |
tree | 31a1326e04a2829c5f3234bc68ba90639aedf330 /xcb-atom.pc.in | |
parent | cf276784e49975be2e5a196acf4be5c2dc442622 (diff) | |
download | xcb-util-2.0alpha.tar.gz xcb-util-2.0alpha.tar.bz2 xcb-util-2.0alpha.zip |
upload tizen2.0 sourceHEADsubmit/master/20120920.1511522.0_alphamaster2.0alpha
Diffstat (limited to 'xcb-atom.pc.in')
-rw-r--r-- | xcb-atom.pc.in | 11 |
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} |