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

Collapse All | Expand All

(-)weston-1.2.0-r1.ebuild (-1 / +2 lines)
Lines 11-17 Link Here
11
fi
11
fi
12
VIRTUALX_REQUIRED="test"
12
VIRTUALX_REQUIRED="test"
13
13
14
inherit autotools readme.gentoo toolchain-funcs virtualx $GIT_ECLASS
14
inherit autotools eutils readme.gentoo toolchain-funcs virtualx $GIT_ECLASS
15
15
16
DESCRIPTION="Wayland reference compositor"
16
DESCRIPTION="Wayland reference compositor"
17
HOMEPAGE="http://wayland.freedesktop.org/"
17
HOMEPAGE="http://wayland.freedesktop.org/"
Lines 98-103 Link Here
98
"
98
"
99
99
100
src_prepare() {
100
src_prepare() {
101
	epatch "${FILESDIR}/xwayland-env-xserver.patch"
101
	if [[ ${PV} = 9999* ]]; then
102
	if [[ ${PV} = 9999* ]]; then
102
		eautoreconf
103
		eautoreconf
103
	fi
104
	fi

Return to bug 480868