summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-12-04 21:40:53 +0530
committerlibrewish2020-12-04 21:40:53 +0530
commit4b0f6e98cd511feaf07ba28295b73e15f77fe6ee (patch)
tree983db5fbba660bcc136dcb2a5f7eb67a0a24634a
parent68e90d8afebec576854d717a1c31c168c26f9edf (diff)
downloadaur-4b0f6e98cd511feaf07ba28295b73e15f77fe6ee.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 886c035a7640..53e8b849dfab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,8 @@ pkgname = mhwd-garuda-git
depends = vulkan-tools
depends = libva-utils
depends = vdpauinfo
+ depends = vulkan-icd-loader
+ depends = opencl-icd-loader
provides = mhwd
provides = mhwd-garuda
conflicts = mhwd
diff --git a/PKGBUILD b/PKGBUILD
index 6a085f278587..3c448fe92568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,8 +37,8 @@ build() {
package_mhwd-garuda-git() {
pkgdesc="mhwd-garuda(manjaro's mhwd backported to archlinux with additional features and limited to only dkms drivers)"
- depends=('hwinfo' 'mesa' 'mhwd-db-garuda-git' 'pacman' 'mesa-demos' 'vulkan-tools' 'libva-utils' 'vdpauinfo')
- depends_x86_64=("lib32-mesa" "lib32-mesa-demos")
+ depends=('hwinfo' 'mesa' 'mhwd-db-garuda-git' 'pacman' 'mesa-demos' 'vulkan-tools' 'libva-utils' 'vdpauinfo' 'vulkan-icd-loader' 'opencl-icd-loader')
+ depends_x86_64=("lib32-mesa" "lib32-mesa-demos" "lib32-vulkan-icd-loader" "lib32-opencl-icd-loader")
provides=("mhwd" "mhwd-garuda")
conflicts=("mhwd" "mhwd-garuda")
replaces=("mhwd-garuda")