e78c62b4e7
This one is pre-alpha quality and very basic but complete enough to crank out an icewm.iso successfully installing and booting into xdm ;-) (actually a week's on-and-off work including a pile of underlying infrastructure stuff which was planned already just not there yet)
11 lines
329 B
Makefile
11 lines
329 B
Makefile
use/x11/xorg:
|
|
@$(call add,BASE_LISTS,xorg)
|
|
|
|
### strictly speaking, runlevel5 should require a *dm, not vice versa
|
|
use/x11/runlevel5: use/x11/xorg
|
|
@$(call add,BASE_PACKAGES,installer-feature-runlevel5-stage3)
|
|
|
|
### xdm: see also #23108
|
|
use/x11/xdm: use/x11/runlevel5
|
|
@$(call add,BASE_PACKAGES,xdm installer-feature-no-xconsole)
|