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

(-)a/phosh-shell-0.36.0.ebuild (-2 / +2 lines)
Lines 16-22 Link Here
16
KEYWORDS="~amd64 ~arm64"
16
KEYWORDS="~amd64 ~arm64"
17
LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ MIT"
17
LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ MIT"
18
SLOT="0"
18
SLOT="0"
19
IUSE="elogind gtk-doc +lockscreen-plugins man test test-full"
19
IUSE="elogind gtk-doc +lockscreen-plugins man test test-full systemd"
20
REQUIRED_USE="test? ( lockscreen-plugins )"
20
REQUIRED_USE="test? ( lockscreen-plugins )"
21
21
22
COMMON_DEPEND="
22
COMMON_DEPEND="
Lines 82-89 Link Here
82
src_configure() {
82
src_configure() {
83
	local emesonargs=(
83
	local emesonargs=(
84
		-Dcompositor="${EPREFIX}"/usr/bin/phoc
84
		-Dcompositor="${EPREFIX}"/usr/bin/phoc
85
		-Dsystemd=true
86
		-Dtools=true
85
		-Dtools=true
86
		$(meson_use systemd)
87
		$(meson_use gtk-doc gtk_doc)
87
		$(meson_use gtk-doc gtk_doc)
88
		$(meson_use lockscreen-plugins)
88
		$(meson_use lockscreen-plugins)
89
		$(meson_use man)
89
		$(meson_use man)

Return to bug 927033