diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-11-29 19:23:15 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-11-29 21:04:05 -0800 |
commit | 84c6bca307165d2d59b884cdd7c30bd965fdbc4f (patch) | |
tree | 66954dec549f2fb8f0bd40eff35f41cbac41980d /x11-base/xorg-server | |
parent | x11-base/xorg-server: Sort config options (diff) | |
download | gentoo-84c6bca307165d2d59b884cdd7c30bd965fdbc4f.tar.gz gentoo-84c6bca307165d2d59b884cdd7c30bd965fdbc4f.tar.bz2 gentoo-84c6bca307165d2d59b884cdd7c30bd965fdbc4f.zip |
x11-base/xorg-server: Always enable IPv6 support
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base/xorg-server')
-rw-r--r-- | x11-base/xorg-server/xorg-server-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 3bcbc6f9407d..309f0c097939 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} != 9999* ]]; then fi IUSE_SERVERS="xephyr xnest xorg xvfb" -IUSE="${IUSE_SERVERS} debug +elogind ipv6 minimal selinux suid systemd test +udev unwind xcsecurity" +IUSE="${IUSE_SERVERS} debug +elogind minimal selinux suid systemd test +udev unwind xcsecurity" RESTRICT="!test? ( test )" CDEPEND=" @@ -110,7 +110,6 @@ src_configure() { --buildtype $(usex debug debug plain) -Db_ndebug=$(usex debug false true) $(meson_use doc docs) - $(meson_use ipv6) $(meson_use !minimal dri1) $(meson_use !minimal dri2) $(meson_use !minimal dri3) @@ -127,6 +126,7 @@ src_configure() { -Ddefault_font_path="${EPREFIX}"/usr/share/fonts -Ddrm=true -Ddtrace=false + -Dipv6=true -Dhal=false -Dlinux_acpi=false -Dsha1=libcrypto |