Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 575212
Collapse All | Expand All

(-)a/dev-libs/wayland/wayland-1.10.0.ebuild (-8 / +6 lines)
Lines 29-35 SLOT="0" Link Here
29
IUSE="doc static-libs"
29
IUSE="doc static-libs"
30
30
31
RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
31
RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
32
	>=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]"
32
	>=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
33
	>=dev-libs/libxml2-2.9.1-r5:="
33
DEPEND="${RDEPEND}
34
DEPEND="${RDEPEND}
34
	doc? (
35
	doc? (
35
		>=app-doc/doxygen-1.6[dot]
36
		>=app-doc/doxygen-1.6[dot]
Lines 39-57 DEPEND="${RDEPEND} Link Here
39
	)
40
	)
40
	virtual/pkgconfig"
41
	virtual/pkgconfig"
41
42
42
src_configure() {
43
multilib_src_configure() {
43
	local myeconfargs=(
44
	local myeconfargs=(
44
		$(use_enable static-libs static)
45
		$(multilib_native_use_enable doc documentation)
45
		$(use_enable doc documentation)
46
		$(multilib_native_enable dtd-validation)
46
	)
47
	)
47
	if tc-is-cross-compiler ; then
48
	if tc-is-cross-compiler ; then
48
		myeconfargs+=( --with-host-scanner )
49
		myeconfargs+=( --with-host-scanner )
49
	fi
50
	fi
50
	if ! multilib_is_native_abi; then
51
		myeconfargs+=( --disable-documentation )
52
	fi
53
51
54
	autotools-multilib_src_configure
52
	autotools-utils_src_configure
55
}
53
}
56
54
57
src_test() {
55
src_test() {

Return to bug 575212