x11: use/x11/armsoc for aarch64 and armh only

This commit is contained in:
Anton Midyukov 2019-05-07 23:41:43 +07:00 committed by Michael Shigorin
parent 51280120ed
commit 9c9af4d811

View File

@ -23,8 +23,12 @@ 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
ifeq (,$(filter-out armh aarch64,$(ARCH)))
use/x11/armsoc: use/x11 use/firmware use/x11/armsoc: use/x11 use/firmware
@$(call add,THE_PACKAGES,xorg-dri-armsoc) @$(call add,THE_PACKAGES,xorg-dri-armsoc)
else
use/x11/armsoc: use/x11; @:
endif
# for those cases when no 3D means no use at all # for those cases when no 3D means no use at all
# NB: blobs won't Just Work (TM) along with nouveau/radeon # NB: blobs won't Just Work (TM) along with nouveau/radeon