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

(-)a/gui-libs/wlroots/wlroots-0.6.0.ebuild (-1 / +3 lines)
Lines 18-24 fi Link Here
18
18
19
LICENSE="MIT"
19
LICENSE="MIT"
20
SLOT="0"
20
SLOT="0"
21
IUSE="elogind icccm rootston systemd x11-backend X"
21
IUSE="elogind icccm rdp rootston systemd x11-backend X"
22
REQUIRED_USE="?? ( elogind systemd )"
22
REQUIRED_USE="?? ( elogind systemd )"
23
23
24
DEPEND="
24
DEPEND="
Lines 31-36 DEPEND=" Link Here
31
	x11-libs/pixman
31
	x11-libs/pixman
32
	elogind? ( >=sys-auth/elogind-237 )
32
	elogind? ( >=sys-auth/elogind-237 )
33
	icccm? ( x11-libs/xcb-util-wm )
33
	icccm? ( x11-libs/xcb-util-wm )
34
	rdp? ( >=net-misc/freerdp-2.0.0_rc4:= )
34
	systemd? ( >=sys-apps/systemd-237 )
35
	systemd? ( >=sys-apps/systemd-237 )
35
	x11-backend? ( x11-libs/libxcb:0= )
36
	x11-backend? ( x11-libs/libxcb:0= )
36
	X? (
37
	X? (
Lines 53-58 src_configure() { Link Here
53
	# xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
54
	# xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
54
	local emesonargs=(
55
	local emesonargs=(
55
		"-Dxcb-errors=disabled"
56
		"-Dxcb-errors=disabled"
57
		-Dfreerdp=$(usex rdp enabled disabled)
56
		-Dlibcap=$(usex filecaps enabled disabled)
58
		-Dlibcap=$(usex filecaps enabled disabled)
57
		-Dxcb-icccm=$(usex icccm enabled disabled)
59
		-Dxcb-icccm=$(usex icccm enabled disabled)
58
		-Dxwayland=$(usex X enabled disabled)
60
		-Dxwayland=$(usex X enabled disabled)
(-)a/gui-libs/wlroots/wlroots-9999.ebuild (-2 / +3 lines)
Lines 18-24 fi Link Here
18
18
19
LICENSE="MIT"
19
LICENSE="MIT"
20
SLOT="0"
20
SLOT="0"
21
IUSE="elogind icccm rootston systemd x11-backend X"
21
IUSE="elogind icccm rdp rootston systemd x11-backend X"
22
REQUIRED_USE="?? ( elogind systemd )"
22
REQUIRED_USE="?? ( elogind systemd )"
23
23
24
DEPEND="
24
DEPEND="
Lines 31-36 DEPEND=" Link Here
31
	x11-libs/pixman
31
	x11-libs/pixman
32
	elogind? ( >=sys-auth/elogind-237 )
32
	elogind? ( >=sys-auth/elogind-237 )
33
	icccm? ( x11-libs/xcb-util-wm )
33
	icccm? ( x11-libs/xcb-util-wm )
34
	rdp? ( >=net-misc/freerdp-2.0.0_rc4:= )
34
	systemd? ( >=sys-apps/systemd-237 )
35
	systemd? ( >=sys-apps/systemd-237 )
35
	x11-backend? ( x11-libs/libxcb:0= )
36
	x11-backend? ( x11-libs/libxcb:0= )
36
	X? (
37
	X? (
Lines 53-58 src_configure() { Link Here
53
	# xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
54
	# xcb-util-errors is not on Gentoo Repository (and upstream seems inactive?)
54
	local emesonargs=(
55
	local emesonargs=(
55
		"-Dxcb-errors=disabled"
56
		"-Dxcb-errors=disabled"
57
		-Dfreerdp=$(usex rdp enabled disabled)
56
		-Dlibcap=$(usex filecaps enabled disabled)
58
		-Dlibcap=$(usex filecaps enabled disabled)
57
		-Dxcb-icccm=$(usex icccm enabled disabled)
59
		-Dxcb-icccm=$(usex icccm enabled disabled)
58
		-Dxwayland=$(usex X enabled disabled)
60
		-Dxwayland=$(usex X enabled disabled)
59
- 

Return to bug 686872