depends gnome-panel									&&
if  [ "$NVIDIA" = "y" ]; then
	if [ "$(get_spell_provider $X11)" = xorg-server ]; then
		depends nvidia-settings \
		"--with-nvidia --with-x11=$TRACK_ROOT/usr/" "" z-rejected
	else
		depends nvidia-settings \
		"--with-nvidia --with-x11=$TRACK_ROOT/usr/X11R6/" "" z-rejected
	fi
fi  &&
optional_depends lm_sensors "" "" "for reading temperatures with lm_sensors"		&&
optional_depends hddtemp "" "" "for reading temperatures on S.M.A.R.T capable hard disks"  &&
optional_depends "libnotify" "" "" "Enable notifications"
