summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarazmista2017-03-29 22:07:44 +0200
committermarazmista2017-03-29 22:07:44 +0200
commit4bb172778186f680ca6c4f10f9d24c7159d375e6 (patch)
tree024befa6225f22bc4f8582506e888b48348c84b4 /PKGBUILD
parent01ab611b96d2b62532681fb3cb10d0e32811c57b (diff)
downloadaur-4bb172778186f680ca6c4f10f9d24c7159d375e6.tar.gz
add amdgpu driver to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e5ba53c5a59..5e3a3806d306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,8 @@ optdepends=('radeon-profile-daemon: system daemon for reading card info'
'mesa-demos: for glxinfo'
'xorg-xdriinfo: display driver name'
'xorg-xrandr: show card connected outputs'
- 'xf86-video-ati: radeon open source driver')
+ 'xf86-video-ati: radeon open source driver'
+ 'xf86-video-amdgpu: amdgpu open source driver')
provides=('radeon-profile')
replaces=('radeon-profile')
source=("git+https://github.com/marazmista/radeon-profile.git")