Commit ddd1e7ab authored by Anton Midyukov's avatar Anton Midyukov

x11: do not use RADEON_PACKAGES variable in use/x11/radeon target

There are no proprietar videodrivers for Radeon in the repository. The variable is needed to switch between proprietary and its free video drivers. No longer needed.
parent 4ca235f5
......@@ -69,8 +69,7 @@ use/x11/nouveau: use/x11 use/firmware use/drm/nouveau
# has performance problems but is getting better, just not there yet
use/x11/radeon: use/x11 use/firmware use/drm/radeon
@$(call try,RADEON_PACKAGES,xorg-drv-ati xorg-drv-radeon)
@$(call add,THE_PACKAGES,$$(RADEON_PACKAGES))
@$(call add,THE_PACKAGES,xorg-drv-ati xorg-drv-radeon)
# here's the future
use/x11/amdgpu: use/x11 use/firmware
......
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