summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-06-17 09:38:21 -0400
committerMatt Turner <mattst88@gmail.com>2022-06-17 09:44:20 -0400
commit32c0ac61ec18ded25053e5ac87e45ce8634e1f37 (patch)
treeb38de9f254e87e92842b272e9f48adce5a1a7de2
parent0c64598d9661e6f6fad5d0343fce43e4c1f0ea50 (diff)
downloadxcb-proto-32c0ac61ec18ded25053e5ac87e45ce8634e1f37.tar.gz
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>
-rw-r--r--xcb-proto.pc.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/xcb-proto.pc.in b/xcb-proto.pc.in
index c7c8b47..0822b18 100644
--- a/xcb-proto.pc.in
+++ b/xcb-proto.pc.in
@@ -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@