diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-04-14 19:26:36 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-04-14 19:26:36 +0000 |
commit | c21ea473889cd5954d4b92db54ed578512a5f032 (patch) | |
tree | aaffeb503a33c1d5c19c841c4573f8cc57b40fc4 /lib/xcb-util/xcb-atom.pc.in | |
parent | 69d43ed7609a4f202c83ac2c65fb695ee1fe72c7 (diff) |
Update xcb-utils to 0.3.9. Tested by naddy@, shadchin@ and ajacoutot@
who I forgot to thank for testing libxcb-1.10 too.
Diffstat (limited to 'lib/xcb-util/xcb-atom.pc.in')
-rw-r--r-- | lib/xcb-util/xcb-atom.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/xcb-util/xcb-atom.pc.in b/lib/xcb-util/xcb-atom.pc.in new file mode 100644 index 000000000..fcc39e8a8 --- /dev/null +++ b/lib/xcb-util/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} |