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

(-)a/dev-qt/qtwidgets/qtwidgets-5.3.1-r2.ebuild (-2 / +5 lines)
Lines 16-29 else Link Here
16
	KEYWORDS="~amd64 ~x86"
16
	KEYWORDS="~amd64 ~x86"
17
fi
17
fi
18
18
19
IUSE="gles2 +opengl +png"
19
IUSE="gles2 +opengl +png xcb"
20
REQUIRED_USE="
20
REQUIRED_USE="
21
	gles2? ( opengl )
21
	gles2? ( opengl )
22
"
22
"
23
23
24
DEPEND="
24
DEPEND="
25
	~dev-qt/qtcore-${PV}[debug=]
25
	~dev-qt/qtcore-${PV}[debug=]
26
	~dev-qt/qtgui-${PV}[debug=,gles2=,opengl=,png=]
26
	~dev-qt/qtgui-${PV}[debug=,gles2=,opengl=,png=,xcb=]
27
"
27
"
28
RDEPEND="${DEPEND}"
28
RDEPEND="${DEPEND}"
29
29
Lines 53-58 src_configure() { Link Here
53
	local myconf=(
53
	local myconf=(
54
		${gl}
54
		${gl}
55
		$(qt_use png libpng system)
55
		$(qt_use png libpng system)
56
		$(qt_use xcb xcb system)
57
		$(qt_use xcb xkbcommon system)
58
		$(use xcb && echo -xcb-xlib -xinput2 -xkb -xrender)
56
	)
59
	)
57
	qt5-build_src_configure
60
	qt5-build_src_configure
58
}
61
}

Return to bug 522382