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

Collapse All | Expand All

(-)/usr/portage/dev-qt/qtgui/qtgui-5.3.2.ebuild (-1 / +4 lines)
Lines 18-24 Link Here
18
18
19
# TODO: directfb, linuxfb, offscreen (auto-depends on X11)
19
# TODO: directfb, linuxfb, offscreen (auto-depends on X11)
20
20
21
IUSE="accessibility egl eglfs evdev +gif gles2 harfbuzz ibus jpeg kms +opengl +png udev +xcb"
21
IUSE="accessibility egl eglfs evdev +gif gles2 gtkstyle harfbuzz ibus jpeg kms +opengl +png udev +xcb"
22
REQUIRED_USE="
22
REQUIRED_USE="
23
	egl? ( evdev opengl )
23
	egl? ( evdev opengl )
24
	eglfs? ( egl )
24
	eglfs? ( egl )
Lines 63-68 Link Here
63
"
63
"
64
DEPEND="${RDEPEND}
64
DEPEND="${RDEPEND}
65
	evdev? ( sys-kernel/linux-headers )
65
	evdev? ( sys-kernel/linux-headers )
66
	gtkstyle? ( x11-libs/gtk+:2 )
66
	test? ( ~dev-qt/qtnetwork-${PV}[debug=] )
67
	test? ( ~dev-qt/qtnetwork-${PV}[debug=] )
67
"
68
"
68
PDEPEND="
69
PDEPEND="
Lines 89-94 Link Here
89
	!gif:no-gif:
90
	!gif:no-gif:
90
	gles2::OPENGL_ES
91
	gles2::OPENGL_ES
91
	gles2:opengles2:OPENGL_ES_2
92
	gles2:opengles2:OPENGL_ES_2
93
	gtkstyle:gtkstyle:
92
	!:no-gui:
94
	!:no-gui:
93
	harfbuzz:system-harfbuzz:HARFBUZZ
95
	harfbuzz:system-harfbuzz:HARFBUZZ
94
	!harfbuzz:no-harfbuzz:
96
	!harfbuzz:no-harfbuzz:
Lines 138-143 Link Here
138
		-system-freetype
140
		-system-freetype
139
		$(use gif || echo -no-gif)
141
		$(use gif || echo -no-gif)
140
		${gl}
142
		${gl}
143
		$(qt_use gtkstyle)
141
		$(qt_use harfbuzz harfbuzz system)
144
		$(qt_use harfbuzz harfbuzz system)
142
		$(qt_use jpeg libjpeg system)
145
		$(qt_use jpeg libjpeg system)
143
		$(qt_use kms)
146
		$(qt_use kms)

Return to bug 526866