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

(-)/usr/portage/x11-libs/libva/libva-1.1.1.ebuild (-1 / +2 lines)
Lines 32-38 Link Here
32
IUSE="+drm egl opengl wayland X"
32
IUSE="+drm egl opengl wayland X"
33
REQUIRED_USE="|| ( drm wayland X )"
33
REQUIRED_USE="|| ( drm wayland X )"
34
34
35
VIDEO_CARDS="dummy nvidia intel fglrx"
35
VIDEO_CARDS="dummy nvidia intel fglrx radeon"
36
for x in ${VIDEO_CARDS}; do
36
for x in ${VIDEO_CARDS}; do
37
	IUSE+=" video_cards_${x}"
37
	IUSE+=" video_cards_${x}"
38
done
38
done
Lines 52-57 Link Here
52
PDEPEND="video_cards_nvidia? ( x11-libs/libva-vdpau-driver )
52
PDEPEND="video_cards_nvidia? ( x11-libs/libva-vdpau-driver )
53
	video_cards_fglrx? ( x11-libs/xvba-video )
53
	video_cards_fglrx? ( x11-libs/xvba-video )
54
	video_cards_intel? ( >=x11-libs/libva-intel-driver-1.0.18 )
54
	video_cards_intel? ( >=x11-libs/libva-intel-driver-1.0.18 )
55
	video_cards_radeon? ( x11-libs/libva-vdpau-driver )
55
	"
56
	"
56
57
57
REQUIRED_USE="opengl? ( X )"
58
REQUIRED_USE="opengl? ( X )"

Return to bug 474976