Commit 4dc95bde authored by Anton Midyukov's avatar Anton Midyukov

x11: update use/x11/xorg

use/x11/xorg is also used to build VM images that are intended for virtual machines and SBC. For VM targets do not need support for discrete video cards, as a rule.
parent 86d304e1
......@@ -10,21 +10,21 @@ use/x11:
@$(call add_feature)
@$(call add,THE_LISTS,$(call tags,base xorg))
use/x11/xorg:: use/x11 use/x11/armsoc; @:
use/x11/xorg:: use/x11 use/x11/armsoc use/x11/intel use/drm
@$(call add,THE_LISTS,$(call tags,desktop xorg))
# x86: free drivers for various hardware (might lack acceleration)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
use/x11/xorg:: use/x11/intel use/x11/nouveau use/x11/radeon use/x11/amdgpu \
use/drm/full
@$(call add,THE_LISTS,$(call tags,desktop xorg))
ifeq (distro,$(IMAGE_CLASS))
use/x11/xorg:: use/x11/nouveau use/x11/radeon use/x11/amdgpu \
use/drm/full; @:
endif
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
use/x11/xorg:: use/x11/amdgpu use/drm/full
@$(call add,THE_LISTS,$(call tags,desktop xorg))
use/x11/xorg:: 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