mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
ae19ff6086
commit
8ecf2f5b2d
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user