summaryrefslogtreecommitdiffstats
path: root/core/modules/nvidia-common/module.conf.ubuntu
blob: d5332a5871b94c27f18d88d0de4ed6f6541e09ee (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# libvdpau: While nvidia delivers a linvdpau within it's driver package, nvidia
# itself recommends using a distribution package if available. So, here we go.

REQUIRED_CONTENT_PACKAGES="
	libvdpau1
	libopengl0
"