d6972a39bf
As too many things started duplicating between distros proper and (e.g. corresponding) LiveCDs, it became apparent that a class of entities which end up working for THE_USER (not a sysadmin, and not a developer, just a Linux user) is in need. So THE_KMODULES will power installed basesystem and live image, while THE_PACKAGES, THE_LISTS and THE_GROUPS will participate in building those.
12 lines
357 B
Makefile
12 lines
357 B
Makefile
use/x11/xorg:
|
|
@$(call add,THE_LISTS,xorg)
|
|
@$(call add,THE_KMODULES,drm)
|
|
|
|
### strictly speaking, runlevel5 should require a *dm, not vice versa
|
|
use/x11/runlevel5: use/x11/xorg
|
|
@$(call add,THE_PACKAGES,installer-feature-runlevel5-stage3)
|
|
|
|
### xdm: see also #23108
|
|
use/x11/xdm: use/x11/runlevel5
|
|
@$(call add,THE_PACKAGES,xdm installer-feature-no-xconsole)
|