Commit 55a3d89a authored by Alexey Sheplyakov's avatar Alexey Sheplyakov Committed by Anton Midyukov

vmguest: unbreak on non-x86 architectures

$ make regular-xfce.iso [skipped the noise] 17:30:40 preparing distro config: build/distcfg.mk make[1]: *** No rule to make target 'use/vmguest/vbox/dri', needed by 'use/vmguest/dri'. Stop. make: *** [Makefile:60: regular-xfce.iso] Error 1 Define dummy use/vmguest/vbox/dri use/vmguest/vmware/dri targets for non-x86 architecures to avoid the problem.
parent d9411041
......@@ -48,5 +48,7 @@ use/vmguest/vmware/x11: use/vmguest/vmware use/vmguest/vmware/dri
@$(call add,THE_PACKAGES,open-vm-tools-desktop)
else
use/vmguest/vbox use/vmguest/vbox/x11 \
use/vmguest/vbox/dri \
use/vmguest/vmware/dri \
use/vmguest/vmware use/vmguest/vmware/x11: ; @:
endif
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