blob: fe0a96c207f5341927bd6cbdd47607446a378d3b [file] [log] [blame]
Andrew Geissler615f2f12022-07-15 14:00:58 -05001From ed499cffabe64fc1dc5898cb69ffa7e62c19e9d8 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex@linutronix.de>
3Date: Tue, 5 Jul 2022 21:19:20 +0200
4Subject: [PATCH] xcb-proto.pc.in: reinstate libdir
5
6Otherwise the following occurs when building libxcb:
7| checking for xcb-proto >= 1.14... no
8| configure: error: Package requirements (xcb-proto >= 1.14) were not met:
9|
10| Variable 'libdir' not defined in '/srv/work/alex/poky/build-64-alt/tmp/work/core2-64-poky-linux/libxcb/1.15-r0/recipe-sysroot/usr/share/pkgconfig/xcb-proto.pc'
11
12Upstream-Status: Submitted [https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/merge_requests/31]
13Signed-off-by: Alexander Kanavin <alex@linutronix.de>
14---
15 xcb-proto.pc.in | 1 +
16 1 file changed, 1 insertion(+)
17
18diff --git a/xcb-proto.pc.in b/xcb-proto.pc.in
19index 0822b18..c7c8b47 100644
20--- a/xcb-proto.pc.in
21+++ b/xcb-proto.pc.in
22@@ -2,6 +2,7 @@ prefix=@prefix@
23 exec_prefix=@exec_prefix@
24 datarootdir=@datarootdir@
25 datadir=@datadir@
26+libdir=@libdir@
27 xcbincludedir=${pc_sysrootdir}@xcbincludedir@
28 PYTHON_PREFIX=@PYTHON_PREFIX@
29 pythondir=${pc_sysrootdir}@pythondir@