Commit d160d610 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: gnustep is broken on x86_64 right now

Let's only build it on i586 until gnustep packages are fixed.
parent 969d1eb6
......@@ -40,8 +40,12 @@ distro/regular-wmaker: distro/.regular-desktop use/x11/lightdm/gtk \
@$(call add,LIVE_PACKAGES,livecd-install-wmaker)
@$(call add,LIVE_PACKAGES,xxkb)
ifeq (i586,$(ARCH))
distro/regular-gnustep: distro/regular-wmaker use/x11/gnustep +plymouth
@$(call add,THE_BRANDING,graphics)
else
$(error $@ is known buggy on non-i586 at the moment)
endif
distro/regular-xfce: distro/.regular-gtk use/x11/xfce; @:
......
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