Commit ce685f43 authored by Anton Midyukov's avatar Anton Midyukov

x11: enable dm.service as a fallback

This is necessary to remove the /lib/systemd/system/display-manager.service from xinitrc in the future.
parent 90d9eee6
...@@ -106,6 +106,7 @@ use/x11/wacom: use/x11 ...@@ -106,6 +106,7 @@ use/x11/wacom: use/x11
## display managers ## display managers
use/x11/dm: use/x11-autostart use/pkgpriorities use/x11/dm: use/x11-autostart use/pkgpriorities
@$(call try,THE_DISPLAY_MANAGER,xdm) @$(call try,THE_DISPLAY_MANAGER,xdm)
@$(call try,THE_DM_SERVICE,dm)
@$(call add,THE_PACKAGES,$$(THE_DISPLAY_MANAGER)) @$(call add,THE_PACKAGES,$$(THE_DISPLAY_MANAGER))
@$(call add,PINNED_PACKAGES,$$(THE_DISPLAY_MANAGER)) @$(call add,PINNED_PACKAGES,$$(THE_DISPLAY_MANAGER))
@$(call add,DEFAULT_SERVICES_ENABLE,$$(THE_DM_SERVICE)) @$(call add,DEFAULT_SERVICES_ENABLE,$$(THE_DM_SERVICE))
......
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