diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-12-15 21:05:33 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-12-15 21:37:23 -0500 |
commit | 1d988354639809f18c39c18fd7e804df99ecedcc (patch) | |
tree | 657e802fba9a3eb80e4cc734fef03ac97cfe17a5 /x11-base | |
parent | x11-base/xorg-server: Remove unnecessary symlink creation (diff) | |
download | gentoo-1d988354639809f18c39c18fd7e804df99ecedcc.tar.gz gentoo-1d988354639809f18c39c18fd7e804df99ecedcc.tar.bz2 gentoo-1d988354639809f18c39c18fd7e804df99ecedcc.zip |
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@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-server/xorg-server-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |