Commit 6bc67a13 authored by Alexey Sheplyakov's avatar Alexey Sheplyakov Committed by Anton Midyukov

x11: install radeon/amdgpu drivers on loongarch64

parent e147b649
......@@ -25,6 +25,10 @@ ifeq (,$(filter-out riscv64,$(ARCH)))
use/x11/xorg:: use/x11/amdgpu; @:
endif
ifeq (,$(filter-out loongarch64,$(ARCH)))
use/x11/xorg:: use/x11/radeon use/x11/amdgpu; @:
endif
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/x11/intel: use/x11 use/drm
@$(call add,THE_PACKAGES,xorg-drv-intel)
......
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