From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C514115A7D9 for ; Tue, 21 Mar 2023 20:30:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B7EDE084A; Tue, 21 Mar 2023 20:30:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CDCCE084A for ; Tue, 21 Mar 2023 20:30:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B736341106 for ; Tue, 21 Mar 2023 20:30:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF7AF21 for ; Tue, 21 Mar 2023 20:30:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1679430612.ff99b5fb1be5401fa0d01f91a5e40c51b74b28a1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild x11-misc/compose-tables/compose-tables-1.8.4.ebuild X-VCS-Directories: x11-misc/compose-tables/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ff99b5fb1be5401fa0d01f91a5e40c51b74b28a1 X-VCS-Branch: master Date: Tue, 21 Mar 2023 20:30:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f83493fe-723f-41fc-9f7e-03dcfeb70c8f X-Archives-Hash: 4f72b9b5ad56a58460a11cc5bae764ac commit: ff99b5fb1be5401fa0d01f91a5e40c51b74b28a1 Author: Raul E Rangel chromium org> AuthorDate: Tue Mar 21 19:20:36 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 21 20:30:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff99b5fb x11-misc/compose-tables: Pass keysymdefdir We don't want to look at the host's keysymdef.h, but the target board's version. --with-keysymdefdir=DIR The location of keysymdef.h (defaults to xproto include dir) Without this change we get the following: checking keysym definitions... /usr/include/X11/keysymdef.h /usr/include/X11/XF86keysym.h /usr/include/X11/Sunkeysym.h /usr/include/X11/DECkeysym.h /usr/include/X11/HPkeysym.h With 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 chromium.org> Signed-off-by: Matt Turner gentoo.org> .../{compose-tables-1.8.4.ebuild => compose-tables-1.8.4-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild b/x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild similarity index 94% rename from x11-misc/compose-tables/compose-tables-1.8.4.ebuild rename to x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild index f4cb0d243aff..e2b4da6df860 100644 --- a/x11-misc/compose-tables/compose-tables-1.8.4.ebuild +++ b/x11-misc/compose-tables/compose-tables-1.8.4-r1.ebuild @@ -27,6 +27,7 @@ XORG_CONFIGURE_OPTIONS=( --without-fop --disable-specs --disable-xkb + --with-keysymdefdir="${ESYSROOT}/usr/include/X11" ) src_compile() {