xorg-xcbproto/xcb-proto.pc.in
Matt Turner 32c0ac61ec Remove libdir from xcb-proto.pc
Added by 17ab095 ("add libdir/exec_prefix to xcb-xproto.pc") with the
rationale of using it to find the python path, but later commits bd7a481
("pkg-config: Add sysroot prefix") and be9c255 ("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>
2022-06-17 09:44:20 -04:00

11 lines
289 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
datadir=@datadir@
xcbincludedir=${pc_sysrootdir}@xcbincludedir@
PYTHON_PREFIX=@PYTHON_PREFIX@
pythondir=${pc_sysrootdir}@pythondir@
Name: XCB Proto
Description: X protocol descriptions for XCB
Version: @PACKAGE_VERSION@