gui-wm/river: use self-hosted backend on amd64

The LLVM backend on amd64 can sometimes cause top window borders to not
render properly for some inscrutable reason. Use the self-hosted backend
on amd64 since it's working quite well since Zig 0.16.0.

Signed-off-by: Violet Purcell <vi@vimproved.dev>
This commit is contained in:
Violet Purcell
2026-06-03 16:43:31 -04:00
parent 6ebc9a8abd
commit 0b1cbdc251
2 changed files with 2 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ src_configure() {
local my_zbs_args=(
-Dstrip=false # Let Portage control this
-Dpie=true
-Dllvm=$(usex amd64 false true)
-Dman-pages=$(usex man true false)
-Dxwayland=$(usex X true false)
)

View File

@@ -68,6 +68,7 @@ src_configure() {
local my_zbs_args=(
-Dstrip=false # Let Portage control this
-Dpie=true
-Dllvm=$(usex amd64 false true)
-Dman-pages=$(usex man true false)
-Dxwayland=$(usex X true false)
)