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

(-)clutter-gst-1.3.8.ebuild.orig (-1 / +2 lines)
Lines 44-50 Link Here
44
	# Clutter tries to access dri without userpriv
44
	# Clutter tries to access dri without userpriv
45
	# Massive failure of a hack, see bug 360219 and bug 360073
45
	# Massive failure of a hack, see bug 360219 and bug 360073
46
	shopt -s nullglob
46
	shopt -s nullglob
47
	local cards=$(echo -n /dev/dri/card* /dev/nvidiactl* | sed 's/ /:/g')
47
	local cards=$(echo -n /dev/dri/card* /dev/nvidiactl* /dev/ati/card* \
48
	      	      | sed 's/ /:/g')
48
	shopt -u nullglob
49
	shopt -u nullglob
49
	test -n "${cards}" && addpredict "${cards}"
50
	test -n "${cards}" && addpredict "${cards}"
50
51

Return to bug 363917