mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
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:
@@ -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)
|
||||
)
|
||||
|
||||
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user