mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Matt Turner
parent
1c715b0e85
commit
71f867a5ee
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user