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: 85c52d71c6
See-also: https://lists.altlinux.org/pipermail/devel/2019-July/208126.html
This commit is contained in:
parent
115a1901cd
commit
23481978fa
@ -44,11 +44,11 @@ use/x11/nouveau: use/x11 use/firmware
|
|||||||
# has performance problems but is getting better, just not there yet
|
# has performance problems but is getting better, just not there yet
|
||||||
use/x11/radeon: use/x11 use/firmware
|
use/x11/radeon: use/x11 use/firmware
|
||||||
@$(call set,RADEON_KMODULES,drm-radeon)
|
@$(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
|
# here's the future
|
||||||
use/x11/amdgpu: use/x11 use/firmware
|
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?)
|
# Vulkan is new and bleeding edge, only intel and amgpu(pro?)
|
||||||
use/x11/vulkan-base: use/x11
|
use/x11/vulkan-base: use/x11
|
||||||
|
Loading…
Reference in New Issue
Block a user