regular.mk: kludge to ensure nm-applet is around
Commit 78f2158
left those images which required NM but not
its applet explicitly broken (as in "no applet at all");
this should probably be redone alike to browser feature
but let's provide a 20140612 band-aid at least.
This commit is contained in:
parent
41f247f7d2
commit
1061021b6a
@ -105,9 +105,11 @@ distro/regular-gnustep-systemd: distro/.regular-base +systemd \
|
|||||||
mixin/regular-wmaker mixin/regular-gnustep; @:
|
mixin/regular-wmaker mixin/regular-gnustep; @:
|
||||||
|
|
||||||
distro/regular-xfce: distro/.regular-gtk \
|
distro/regular-xfce: distro/.regular-gtk \
|
||||||
use/x11/xfce use/domain-client/full use/browser/firefox/classic +nm; @:
|
use/x11/xfce use/domain-client/full use/browser/firefox/classic \
|
||||||
|
use/x11/gtk/nm +nm; @:
|
||||||
|
|
||||||
distro/regular-lxde: distro/.regular-gtk use/x11/lxde use/fonts/infinality +nm
|
distro/regular-lxde: distro/.regular-gtk use/x11/lxde use/fonts/infinality \
|
||||||
|
use/x11/gtk/nm +nm
|
||||||
@$(call add,LIVE_LISTS,$(call tags,desktop gvfs))
|
@$(call add,LIVE_LISTS,$(call tags,desktop gvfs))
|
||||||
|
|
||||||
distro/regular-xmonad: distro/.regular-gtk use/x11/xmonad
|
distro/regular-xmonad: distro/.regular-gtk use/x11/xmonad
|
||||||
@ -135,7 +137,8 @@ mixin/regular-tde: use/syslinux/ui/gfxboot use/browser/firefox/classic \
|
|||||||
@$(call add,THE_PACKAGES,kdeedu)
|
@$(call add,THE_PACKAGES,kdeedu)
|
||||||
@$(call add,THE_LISTS,openscada)
|
@$(call add,THE_LISTS,openscada)
|
||||||
|
|
||||||
distro/regular-tde: distro/.regular-desktop mixin/regular-tde +nm; @:
|
distro/regular-tde: distro/.regular-desktop mixin/regular-tde \
|
||||||
|
use/x11/gtk/nm +nm; @:
|
||||||
|
|
||||||
distro/regular-tde-sysv: distro/.regular-sysv mixin/regular-tde \
|
distro/regular-tde-sysv: distro/.regular-sysv mixin/regular-tde \
|
||||||
use/net-eth/dhcp use/efi/refind; @:
|
use/net-eth/dhcp use/efi/refind; @:
|
||||||
|
Loading…
Reference in New Issue
Block a user