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

Collapse All | Expand All

(-)/var/lib/layman/x11/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild (-1 / +2 lines)
Lines 10-16 Link Here
10
DESCRIPTION="X.Org driver for Intel cards"
10
DESCRIPTION="X.Org driver for Intel cards"
11
11
12
KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd -x86-fbsd"
12
KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd -x86-fbsd"
13
IUSE="glamor +sna"
13
IUSE="debug glamor +sna"
14
14
15
RDEPEND="x11-libs/libXext
15
RDEPEND="x11-libs/libXext
16
	x11-libs/libXfixes
16
	x11-libs/libXfixes
Lines 31-36 Link Here
31
31
32
src_configure() {
32
src_configure() {
33
	XORG_CONFIGURE_OPTIONS=(
33
	XORG_CONFIGURE_OPTIONS=(
34
		$(use_enable debug debug full)
34
		$(use_enable dri)
35
		$(use_enable dri)
35
		$(use_enable glamor)
36
		$(use_enable glamor)
36
		$(use_enable sna)
37
		$(use_enable sna)

Return to bug 432864