Commit 5cea1def authored by Michael Shigorin's avatar Michael Shigorin

mixin.mk: tweak up mixin/e2k-mate

I decided to switch lightdm greeter from gtk to slick, while adding the default user created to xgrp group (to facilitate them access to DRI device nodes) and turning off MATE's desire to spend extra resources on bells and whistles though compositing window manager.
parent 8745bee8
......@@ -25,7 +25,8 @@ mixin/e2k-livecd-install: use/e2k/x11
@$(call add,THE_PACKAGES,apt-repo)
mixin/e2k-mate: use/e2k/x11 use/x11/xorg use/fonts/install2 \
use/deflogin/live use/x11/mate use/x11/lightdm/gtk \
use/deflogin/live use/deflogin/xgrp \
use/x11/mate use/x11/lightdm/slick \
use/fonts/otf/adobe use/fonts/otf/mozilla \
use/fonts/ttf/google use/fonts/ttf/redhat
@$(call set,INSTALLER,altlinux-desktop)
......@@ -33,6 +34,7 @@ mixin/e2k-mate: use/e2k/x11 use/x11/xorg use/fonts/install2 \
@$(call add,THE_BRANDING,alterator)
@$(call add,THE_BRANDING,graphics)
@$(call add,THE_PACKAGES,setup-mate-terminal)
@$(call add,THE_PACKAGES,setup-mate-nocomposite)
@$(call add,THE_PACKAGES,alterator-standalone)
@$(call add,THE_PACKAGES,terminfo-extra)
@$(call add,THE_PACKAGES,ethtool net-tools ifplugd)
......
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