x11: Added DISPLAY_MANAGER into package priorities

This commit is contained in:
Anton Midyukov 2020-05-01 18:13:52 +07:00
parent ffac3c6f10
commit a6b46b2125

View File

@ -77,9 +77,10 @@ use/x11/wacom: use/x11
@$(call add,THE_PACKAGES,xorg-drv-wacom)
## display managers
use/x11/dm: use/x11-autostart
use/x11/dm: use/x11-autostart use/pkgpriorities
@$(call try,THE_DISPLAY_MANAGER,xdm)
@$(call add,THE_PACKAGES,$$(THE_DISPLAY_MANAGER))
@$(call add,PINNED_PACKAGES,$$(THE_DISPLAY_MANAGER))
@$(call add,DEFAULT_SERVICES_ENABLE,$$(THE_DM_SERVICE))
use/x11/lightdm/gtk use/x11/lightdm/slick \