mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-20 03:30:24 +01:00
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>
This commit is contained in:
parent
f3ae971edc
commit
17ab095a98
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
datadir=@datadir@
|
||||
libdir=@libdir@
|
||||
xcbincludedir=@xcbincludedir@
|
||||
pythondir=@pythondir@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue