Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 862810 | Differences between
and this patch

Collapse All | Expand All

(-)a/xosd-2.2.14_p2_p1.ebuild (-2 / +5 lines)
Lines 51-57 src_prepare() { Link Here
51
}
51
}
52
52
53
src_configure() {
53
src_configure() {
54
	local disable_xinerama
55
56
	use xinerama || disable_xinerama="--disable-xinerama"
57
54
	econf \
58
	econf \
55
		$(use_enable xinerama) \
59
		$disable_xinerama \
56
		$(use_enable static-libs static)
60
		$(use_enable static-libs static)
57
}
61
}
58
- 

Return to bug 862810