regular.mk: enable bluetooth for most DEs
...except TDE due to kdebluetooth problems there; see also: https://forum.altlinux.org/index.php?topic=37238.msg293595#msg293595 https://bugzilla.altlinux.org/show_bug.cgi?id=32449
This commit is contained in:
parent
85bb96e45b
commit
46e28dad7d
@ -42,6 +42,7 @@ distro/.regular-desktop: distro/.regular-wm \
|
||||
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,gssd idmapd krb5kdc rpcbind)
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,powertop)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd)
|
||||
@$(call set,KFLAVOURS,std-def)
|
||||
|
||||
distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +plymouth; @:
|
||||
@ -166,7 +167,7 @@ distro/regular-gnome3: distro/.regular-desktop +plymouth +nm \
|
||||
mixin/regular-tde: +tde \
|
||||
use/syslinux/ui/gfxboot use/browser/firefox/classic use/fonts/ttf/redhat
|
||||
@$(call add,THE_PACKAGES,kdeedu)
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,upower bluez)
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,upower bluetoothd)
|
||||
|
||||
distro/regular-tde: distro/.regular-desktop mixin/regular-tde +plymouth \
|
||||
use/x11/gtk/nm use/net/nm/mmgui
|
||||
|
Loading…
Reference in New Issue
Block a user