c5e559b7b9
Some parts of *image* configuration started slipping down into the *feature* configuration, and that was wrong; fixed. Also introduced proper use/live/x11 (via use/x11/xorg with added wacom support for the sake of #26723/#26724) and rebased the pre-existing descendants onto it.
15 lines
428 B
Makefile
15 lines
428 B
Makefile
use/x11/xorg:
|
|
@$(call add,THE_LISTS,xorg)
|
|
@$(call add,THE_KMODULES,drm)
|
|
|
|
use/x11/wacom: use/x11/xorg
|
|
@$(call add,THE_PACKAGES,xorg-drv-wacom)
|
|
|
|
### 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)
|