mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-20 02:20:16 +01:00
Remove libdir from xcb-proto.pc
Added by17ab095("add libdir/exec_prefix to xcb-xproto.pc") with the rationale of using it to find the python path, but later commitsbd7a481("pkg-config: Add sysroot prefix") andbe9c255("Adjust to automake 1.16.4 changes") make this directly accessible. By removing libdir from the pkgconfig file, the file becomes identical for different ABIs. Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
0c64598d96
commit
32c0ac61ec
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ prefix=@prefix@
|
|||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
datadir=@datadir@
|
||||
libdir=@libdir@
|
||||
xcbincludedir=${pc_sysrootdir}@xcbincludedir@
|
||||
PYTHON_PREFIX=@PYTHON_PREFIX@
|
||||
pythondir=${pc_sysrootdir}@pythondir@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue