From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1350052-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0F72158086 for <garchives@archives.gentoo.org>; Thu, 16 Dec 2021 02:37:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D32392BC03B; Thu, 16 Dec 2021 02:37:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 818882BC044 for <gentoo-commits@lists.gentoo.org>; Thu, 16 Dec 2021 02:37:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 739BE3435BD for <gentoo-commits@lists.gentoo.org>; Thu, 16 Dec 2021 02:37:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29E34256 for <gentoo-commits@lists.gentoo.org>; Thu, 16 Dec 2021 02:37:42 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> 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" <mattst88@gentoo.org> Message-ID: <1639622243.1d988354639809f18c39c18fd7e804df99ecedcc.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1d988354639809f18c39c18fd7e804df99ecedcc X-VCS-Branch: master Date: Thu, 16 Dec 2021 02:37:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1a96aad-16c9-4fcc-8203-7dee8cb2b54c X-Archives-Hash: 0ea272c9b6839756ab9940aa9988487c commit: 1d988354639809f18c39c18fd7e804df99ecedcc Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Dec 16 02:05:33 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Dec 16 02:37:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d988354 x11-base/xorg-server: Remove default font setting This option has slightly different behavior between the old autotools build system and meson. When not set, configuration will pick fontrootdir from pkgconfig file and create a proper default font path, concatenation of all common subdirs in fontrootdir (like misc, 100dpi, ...). When set, it only includes the argument, e.g. /usr/share/fonts. Prefix systems should not be affected because meson gets the fontrootdir from pkgconfig, which includes the prefix path. Closes: https://bugs.gentoo.org/829120 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-base/xorg-server/xorg-server-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index e388e06b273a..9482db3e04ac 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -121,7 +121,6 @@ src_configure() { $(meson_use xnest) $(meson_use xorg) $(meson_use xvfb) - -Ddefault_font_path="${EPREFIX}"/usr/share/fonts -Ddocs=false -Ddrm=true -Ddtrace=false