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

(-)libepoxy.org/libepoxy-1.4.3.ebuild (-3 / +4 lines)
Lines 24-33 Link Here
24
24
25
LICENSE="MIT"
25
LICENSE="MIT"
26
SLOT="0"
26
SLOT="0"
27
IUSE="test +X"
27
IUSE="test +X +egl"
28
28
29
DEPEND="${PYTHON_DEPS}
29
DEPEND="${PYTHON_DEPS}
30
	media-libs/mesa[egl,${MULTILIB_USEDEP}]
30
	egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )
31
	x11-misc/util-macros
31
	x11-misc/util-macros
32
	X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
32
	X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
33
RDEPEND=""
33
RDEPEND=""
Lines 45-49 Link Here
45
multilib_src_configure() {
45
multilib_src_configure() {
46
	ECONF_SOURCE=${S} \
46
	ECONF_SOURCE=${S} \
47
	econf \
47
	econf \
48
		$(use_enable X glx)
48
		$(use_enable X glx) \
49
		$(use_enable egl)
49
}
50
}

Return to bug 648646