x11-apps/xhost: Define XORG_CONFIGURE_OPTIONS in src_configure

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
David Seifert
2021-05-02 01:55:05 +02:00
committed by Matt Turner
parent 1c715b0e85
commit 71f867a5ee

View File

@@ -15,6 +15,9 @@ RDEPEND="x11-libs/libX11
x11-libs/libXau"
DEPEND="${RDEPEND}"
pkg_setup() {
XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)"
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
)
xorg-3_src_configure
}