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

(-)x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild (-1 / +9 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 uxa xvmc"
13
IUSE="debug debug-full glamor +sna uxa xvmc"
14
14
15
REQUIRED_USE="|| ( glamor sna uxa )"
15
REQUIRED_USE="|| ( glamor sna uxa )"
16
16
Lines 42-47 Link Here
42
		$(use_enable uxa)
42
		$(use_enable uxa)
43
		$(use_enable xvmc)
43
		$(use_enable xvmc)
44
	)
44
	)
45
	use debug && XORG_CONFIGURE_OPTIONS=(
46
		"${XORG_CONFIGURE_OPTIONS[@]}"
47
		$(use_enable debug)
48
	)
49
	use debug-full && XORG_CONFIGURE_OPTIONS=(
50
		"${XORG_CONFIGURE_OPTIONS[@]}"
51
		$(use_enable debug-full debug full)
52
	)
45
	xorg-2_src_configure
53
	xorg-2_src_configure
46
}
54
}
47
55

Return to bug 432864