Commit 28d0a9cf authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

x11: Add graphics card support for HiFive Unmatched

parent 904d1217
......@@ -18,6 +18,12 @@ use/x11/xorg:: use/x11/intel use/x11/nouveau use/x11/radeon use/x11/amdgpu \
@$(call add,THE_LISTS,$(call tags,desktop xorg))
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
use/x11/xorg:: use/x11/amdgpu use/drm/full
@$(call add,THE_LISTS,$(call tags,desktop xorg))
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