This commit is contained in:
Daniel Langbein 2021-05-05 17:08:14 +02:00
parent ae19ff6086
commit 8ecf2f5b2d
2 changed files with 8 additions and 8 deletions

View File

@ -12,12 +12,12 @@ license=('MIT')
# "DRI driver for 3D acceleration" # "DRI driver for 3D acceleration"
depends=(mesa) depends=(mesa)
# "DDX driver for 2D acceleration" # "DDX driver for 2D acceleration"
depends+=(xf86_video_amdgpu) depends+=(xf86-video-amdgpu)
# "Vulkan support" # "Vulkan support"
depends+=(vulkan_radeon) depends+=(vulkan-radeon)
# "HW-vide-acceleration: VA-API" # "HW-vide-acceleration: VA-API"
depends+=(libva_mesa_driver) depends+=(libva-mesa_driver)
# "HW-vide-acceleration: VDPAU" # "HW-vide-acceleration: VDPAU"
depends+=(mesa_vdpau) depends+=(mesa-vdpau)
provides=('de-p1st-gpu') # implicitly provides $pkgname provides=('de-p1st-gpu') # implicitly provides $pkgname

View File

@ -31,13 +31,13 @@ Otherwise Xorg might not start properly.
# "DRI driver for 3D acceleration" # "DRI driver for 3D acceleration"
depends=(mesa) depends=(mesa)
# "DDX driver for 2D acceleration" # "DDX driver for 2D acceleration"
depends+=(xf86_video_amdgpu) depends+=(xf86-video-amdgpu)
# "Vulkan support" # "Vulkan support"
depends+=(vulkan_radeon) depends+=(vulkan-radeon)
# "HW-vide-acceleration: VA-API" # "HW-vide-acceleration: VA-API"
depends+=(libva_mesa_driver) depends+=(libva-mesa_driver)
# "HW-vide-acceleration: VDPAU" # "HW-vide-acceleration: VDPAU"
depends+=(mesa_vdpau) depends+=(mesa-vdpau)
``` ```
### AMDGPU PRO (optional packages) ### AMDGPU PRO (optional packages)