Add the 'ngx' driver capability

Signed-off-by: Kevin Klues <kklues@nvidia.com>
This commit is contained in:
Kevin Klues 2020-06-24 17:53:24 +00:00
parent d112fbd98a
commit d3aee3e092

View File

@ -18,6 +18,8 @@ func capabilityToCLI(cap string) string {
return "--video"
case "display":
return "--display"
case "ngx":
return "--ngx"
default:
log.Panicln("unknown driver capability:", cap)
}