index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-10 20:45:58 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-10 20:45:58 +0300 |
commit | 1f0dfb5c4f144228096a03e2db374381af1a5e6d (patch) | |
tree | 2542c785be5ad4bf172db11cd51b2179d791729f /extra/mesa/PKGBUILD | |
parent | 9ccbaf7df3d0b1c64792cc0c991d34c419c8afdf (diff) |
-rw-r--r-- | extra/mesa/PKGBUILD | 8 |
diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index a338f580..3f72c547 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -93,3 +93,11 @@ eval "$( s/-D intel-rt=enabled/-D intel-rt=disabled/ ' )" + +# d3d12 causes linking errors +eval "$( + declare -f build | \ + sed ' + s/,d3d12// + ' +)" |