summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-08 16:57:44 -0500
committerJulien Danjou <julien@danjou.info>2011-11-10 15:36:54 +0100
commit17ab095a98ecb9bc69a32cb159b7b4a38b850181 (patch)
tree801e21917411c4aa32e788c8792d3858cb2b7a01
parentf3ae971edce37ad96ef0b8a6059c1f853e88fcf3 (diff)
downloadxcb-proto-17ab095a98ecb9bc69a32cb159b7b4a38b850181.tar.gz
add libdir/exec_prefix to xcb-xproto.pc
If we want to base other paths off of exec_prefix or libdir (like the python path), we can't because the xcb-proto.pc.in file omits those variables. Add them so people can leverage them in their own builds. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--xcb-proto.pc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/xcb-proto.pc.in b/xcb-proto.pc.in
index 6cbcf27..d312e6e 100644
--- a/xcb-proto.pc.in
+++ b/xcb-proto.pc.in
@@ -1,6 +1,8 @@
prefix=@prefix@
+exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
datadir=@datadir@
+libdir=@libdir@
xcbincludedir=@xcbincludedir@
pythondir=@pythondir@