From 27c5fe9e7d8d29f8d627ae5fc61fea1e70b0d063 Mon Sep 17 00:00:00 2001 From: langfingaz Date: Wed, 5 May 2021 17:08:51 +0200 Subject: [PATCH] fix --- pkg/de-p1st-gpu-amdgpu/PKGBUILD | 2 +- pkg/de-p1st-gpu-amdgpu/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/de-p1st-gpu-amdgpu/PKGBUILD b/pkg/de-p1st-gpu-amdgpu/PKGBUILD index e66cd11..87e63f4 100644 --- a/pkg/de-p1st-gpu-amdgpu/PKGBUILD +++ b/pkg/de-p1st-gpu-amdgpu/PKGBUILD @@ -16,7 +16,7 @@ depends+=(xf86-video-amdgpu) # "Vulkan support" depends+=(vulkan-radeon) # "HW-vide-acceleration: VA-API" -depends+=(libva-mesa_driver) +depends+=(libva-mesa-driver) # "HW-vide-acceleration: VDPAU" depends+=(mesa-vdpau) diff --git a/pkg/de-p1st-gpu-amdgpu/README.md b/pkg/de-p1st-gpu-amdgpu/README.md index 6fc11cb..59bd5fa 100644 --- a/pkg/de-p1st-gpu-amdgpu/README.md +++ b/pkg/de-p1st-gpu-amdgpu/README.md @@ -35,7 +35,7 @@ depends+=(xf86-video-amdgpu) # "Vulkan support" depends+=(vulkan-radeon) # "HW-vide-acceleration: VA-API" -depends+=(libva-mesa_driver) +depends+=(libva-mesa-driver) # "HW-vide-acceleration: VDPAU" depends+=(mesa-vdpau) ```