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
