[Xcb-commit] xcb-proto.pc.in

Julien Danjou jdanjou at kemper.freedesktop.org
Thu Nov 10 06:37:11 PST 2011


 xcb-proto.pc.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 17ab095a98ecb9bc69a32cb159b7b4a38b850181
Author: Mike Frysinger <vapier at gentoo.org>
Date:   Tue Nov 8 16:57:44 2011 -0500

    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 at gentoo.org>
    Signed-off-by: Julien Danjou <julien at danjou.info>

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@
 


More information about the xcb-commit mailing list