Commit ddbecc5e authored by Michael Shigorin's avatar Michael Shigorin

x11: portability fix

xorg-drv-wizardpen is only built for x86 targets, doesn't look like it's worth worrying about though.
parent da9bd7a7
......@@ -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
......
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