diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-10-08 21:40:27 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-10-08 22:05:37 +0100 |
commit | e97002eb51948fc75dcb377cf902ceb3f6e5946b (patch) | |
tree | 8c6dfc1759d702f9673f75dfa5c11319e943715e /profiles/desktop | |
parent | profiles/common: Ignore elinks samples (diff) | |
download | portage-e97002eb51948fc75dcb377cf902ceb3f6e5946b.tar.xz |
profiles/desktop: Disable networkmanager by default and enable connman
by default
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 7e4682a2..9340da0e 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -53,7 +53,7 @@ USE="${USE} aspell icu unicode spell" USE="${USE} webkit" # Network -USE="${USE} network -upnp -ppp bluetooth -ldap adns curl jingle http geoip mms networkmanager rtmp rtsp telepathy smi wifi -wext" +USE="${USE} network -upnp -ppp bluetooth connman -ldap adns curl jingle http geoip mms rtmp rtsp telepathy smi wifi -wext" # Image codec USE="${USE} graphviz imagemagick jbig jpeg jp2k jpeg2k svg webp xft xpm" |