summaryrefslogtreecommitdiff
path: root/xcb-aux.pc.in
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-03-10 19:50:35 -0500
committerArnaud Fontaine <arnau@debian.org>2011-03-11 11:24:32 +0900
commitca5b57231c0e9a3d4eda3530c4973323ed7f6977 (patch)
treedbe6a12ca6eccdf60f856206f530ca8d3852113b /xcb-aux.pc.in
parent0de786c46a81fa10e07ad77ff0992a44abe4ac2b (diff)
Fix distcheck due to xcb_atom.h
Make does not see this target as being located in the builddir. The main issue is that "built source" is not build in the directory. Rather than investing efforts in workarounds, this patch builds the library the same way all other xorg libraries are built. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
Diffstat (limited to 'xcb-aux.pc.in')
-rw-r--r--xcb-aux.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/xcb-aux.pc.in b/xcb-aux.pc.in
new file mode 100644
index 0000000..4521f23
--- /dev/null
+++ b/xcb-aux.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: XCB Aux library
+Description: XCB convenient functions
+Version: @PACKAGE_VERSION@
+Requires: xcb
+Libs: -L${libdir} -lxcb-util @LIBS@
+Cflags: -I${includedir}