Commit 23481978 authored by Michael Shigorin's avatar Michael Shigorin

x11: eliminate amdgpu/radeon switch

The whole RADEON_PACKAGES affair was introduced to deal with fglrx/radeon incompatibility; it got basically deprecated following fglrx removal from sisyphus, and lakostis@ should have done "add" logic instead of reusing the "set" one inappropriately. Fixes: 85c52d71 See-also: https://lists.altlinux.org/pipermail/devel/2019-July/208126.html
parent 115a1901
......@@ -44,11 +44,11 @@ use/x11/nouveau: use/x11 use/firmware
# has performance problems but is getting better, just not there yet
use/x11/radeon: use/x11 use/firmware
@$(call set,RADEON_KMODULES,drm-radeon)
@$(call set,RADEON_PACKAGES,xorg-drv-ati xorg-drv-radeon)
@$(call add,RADEON_PACKAGES,xorg-drv-ati xorg-drv-radeon)
# here's the future
use/x11/amdgpu: use/x11 use/firmware
@$(call set,RADEON_PACKAGES,xorg-drv-amdgpu)
@$(call add,RADEON_PACKAGES,xorg-drv-amdgpu)
# Vulkan is new and bleeding edge, only intel and amgpu(pro?)
use/x11/vulkan-base: use/x11
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment