add libdir/exec_prefix to xcb-xproto.pc
authorMike Frysinger <vapier@gentoo.org>
Tue, 8 Nov 2011 21:57:44 +0000 (16:57 -0500)
committerJulien Danjou <julien@danjou.info>
Thu, 10 Nov 2011 14:36:54 +0000 (15:36 +0100)
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>
xcb-proto.pc.in

index 6cbcf27..d312e6e 100644 (file)
@@ -1,6 +1,8 @@
 prefix=@prefix@
+exec_prefix=@exec_prefix@
 datarootdir=@datarootdir@
 datadir=@datadir@
+libdir=@libdir@
 xcbincludedir=@xcbincludedir@
 pythondir=@pythondir@