x11: portability fix

xorg-drv-wizardpen is only built for x86 targets,
doesn't look like it's worth worrying about though.
This commit is contained in:
Michael Shigorin 2019-07-23 17:07:55 +03:00
parent da9bd7a764
commit ddbecc5e76

View File

@ -68,7 +68,10 @@ use/x11/nvidia/optimus: use/x11/nvidia
@$(call add,THE_PACKAGES,bumblebee primus)
use/x11/wacom: use/x11
@$(call add,THE_PACKAGES,xorg-drv-wacom xorg-drv-wizardpen)
@$(call add,THE_PACKAGES,xorg-drv-wacom)
ifeq (,$(filter-out x86_64 i586,$(ARCH)))
@$(call add,THE_PACKAGES,xorg-drv-wizardpen)
endif
## display managers
use/x11/dm: use/x11-autostart