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

(-)a/games-emulation/ppsspp/ppsspp-1.17.1.ebuild (-1 / +3 lines)
Lines 23-29 fi Link Here
23
23
24
LICENSE="Apache-2.0 BSD BSD-2 GPL-2 JSON MIT"
24
LICENSE="Apache-2.0 BSD BSD-2 GPL-2 JSON MIT"
25
SLOT="0"
25
SLOT="0"
26
IUSE="discord qt5 test"
26
IUSE="discord qt5 test wayland"
27
RESTRICT="!test? ( test )"
27
RESTRICT="!test? ( test )"
28
28
29
RDEPEND="
29
RDEPEND="
Lines 44-49 RDEPEND=" Link Here
44
		dev-qt/qtwidgets:5[-gles2-only]
44
		dev-qt/qtwidgets:5[-gles2-only]
45
	)
45
	)
46
	!qt5? ( media-libs/libsdl2[X,opengl,sound,video] )
46
	!qt5? ( media-libs/libsdl2[X,opengl,sound,video] )
47
	wayland? ( media-libs/libsdl2[wayland] )
47
"
48
"
48
DEPEND="
49
DEPEND="
49
	${RDEPEND}
50
	${RDEPEND}
Lines 75-80 src_configure() { Link Here
75
		-DUSE_DISCORD=$(usex discord)
76
		-DUSE_DISCORD=$(usex discord)
76
		-DUSING_QT_UI=$(usex qt5)
77
		-DUSING_QT_UI=$(usex qt5)
77
		-DUNITTEST=$(usex test)
78
		-DUNITTEST=$(usex test)
79
		-DUSE_WAYLAND_WSI=$(usex wayland)
78
	)
80
	)
79
	cmake_src_configure
81
	cmake_src_configure
80
}
82
}

Return to bug 924250