Commit e64ea1c4 authored by Anton Midyukov's avatar Anton Midyukov

x11: use/x11/xorg for aarch64 allowed full

parent 1aa6397c
...@@ -13,16 +13,21 @@ use/x11: ...@@ -13,16 +13,21 @@ use/x11:
@$(call add,THE_PACKAGES,$$(NVIDIA_PACKAGES) $$(RADEON_PACKAGES)) @$(call add,THE_PACKAGES,$$(NVIDIA_PACKAGES) $$(RADEON_PACKAGES))
# x86: free drivers for various hardware (might lack acceleration) # x86: free drivers for various hardware (might lack acceleration)
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
use/x11/xorg: use/x11/intel use/x11/nouveau use/x11/radeon use/x11/amdgpu use/x11/xorg: use/x11/intel use/x11/nouveau use/x11/radeon use/x11/amdgpu \
use/x11/armsoc
@$(call add,THE_LISTS,$(call tags,desktop xorg)) @$(call add,THE_LISTS,$(call tags,desktop xorg))
else else
use/x11/xorg: use/x11; @: use/x11/xorg: use/x11; @:
endif endif
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/x11/intel: use/x11 use/x11/intel: use/x11
@$(call add,THE_PACKAGES,xorg-drv-intel) @$(call add,THE_PACKAGES,xorg-drv-intel)
@$(call add,THE_PACKAGES,xorg-dri-intel) ### #25044 @$(call add,THE_PACKAGES,xorg-dri-intel) ### #25044
else
use/x11/intel: use/x11; @:
endif
ifeq (,$(filter-out armh aarch64,$(ARCH))) ifeq (,$(filter-out armh aarch64,$(ARCH)))
use/x11/armsoc: use/x11 use/firmware use/x11/armsoc: 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