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:
parent
da9bd7a764
commit
ddbecc5e76
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user