diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:58:14 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:58:14 +0100 |
commit | 80cc74505e421d72d28a17e4cde75310cede39b0 (patch) | |
tree | 0bd938da9a11e52b1d860fa5d64a70dc71423c96 /profiles | |
parent | profiles/desktop: Enable networkmanager USE flag by default (diff) | |
download | portage-80cc74505e421d72d28a17e4cde75310cede39b0.tar.xz |
profiles/desktop: Emable wifi USE flag by default
Diffstat (limited to 'profiles')
-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 13c67ab7..a04a0a9b 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" +USE="${USE} network -upnp -ppp bluetooth -ldap adns curl jingle http geoip mms networkmanager rtmp rtsp telepathy smi wifi -wext" # Image codec USE="${USE} graphviz imagemagick jbig jpeg jp2k jpeg2k svg webp xft xpm" |