summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2023-03-21 14:23:38 -0600
committerMatt Turner <mattst88@gentoo.org>2023-03-21 16:30:12 -0400
commitfb1bee9a954a32df967061db7059d5b796d48712 (patch)
treef71a6b9ae041dad24ac3bbf81239837df4f55195 /x11-libs
parentx11-misc/compose-tables: Pass keysymdefdir (diff)
downloadgentoo-fb1bee9a954a32df967061db7059d5b796d48712.tar.gz
gentoo-fb1bee9a954a32df967061db7059d5b796d48712.tar.bz2
gentoo-fb1bee9a954a32df967061db7059d5b796d48712.zip
x11-libs/libX11: Pass keysymdefdir
The configure script is currently looking for the host's keysymdef.h. We need to pass in the --with-keysymdefdir option so we can look in the target's sysroot. Before this change: checking keysym definitions... configure: error: Cannot find keysymdef.h After this change: checking keysym definitions... /build/arm64-generic/usr/include/X11/keysymdef.h /build/arm64-generic/usr/include/X11/XF86keysym.h /build/arm64-generic/usr/include/X11/Sunkeysym.h /build/arm64-generic/usr/include/X11/DECkeysym.h /build/arm64-generic/usr/include/X11/HPkeysym.h Signed-off-by: Raul E Rangel <rrangel@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/30294 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libX11/libX11-1.8.4-r1.ebuild (renamed from x11-libs/libX11/libX11-1.8.4.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-libs/libX11/libX11-1.8.4.ebuild b/x11-libs/libX11/libX11-1.8.4-r1.ebuild
index d7bb9811890f..00ec67e705e7 100644
--- a/x11-libs/libX11/libX11-1.8.4.ebuild
+++ b/x11-libs/libX11/libX11-1.8.4-r1.ebuild
@@ -33,6 +33,7 @@ src_configure() {
$(use_enable doc specs)
--enable-ipv6
--without-fop
+ --with-keysymdefdir="${ESYSROOT}/usr/include/X11"
CPP="$(tc-getPROG CPP cpp)"
)
xorg-3_src_configure