diff options
-rw-r--r-- | profiles/desktop/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 48a16f6a..cf3d6064 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -20,7 +20,7 @@ USE="${USE} gpg openssl urandom smime" # Misc USE="${USE} nsplugin utils" -USE="${USE} color network video" +USE="${USE} color" USE="${USE} -joystick" # Fonts @@ -51,7 +51,7 @@ USE="${USE} aspell icu unicode spell" USE="${USE} webkit" # Network -USE="${USE} -bluetooth -ldap adns curl geoip mms rtmp rtsp telepathy smi" +USE="${USE} network -bluetooth -ldap adns curl geoip mms rtmp rtsp telepathy smi" # Image codec USE="${USE} graphviz imagemagick jbig jpeg jp2k jpeg2k svg webp xft xpm" @@ -63,7 +63,7 @@ USE="${USE} alsa audioscrobbler gstreamer scrobbler" USE="${USE} a52 aacplus amr cdio cddb cdparanoia dirac faac gsm lame mp3 musepack mtp schroedinger shine sndfile speex twolame vorbis wavpack wma-fixed" # Video systems -USE="${USE} dga dvd vdpau xvmc" +USE="${USE} video dga dvd vdpau xvmc" # Video codec USE="${USE} ffmpeg matroska mp4 mpeg ogg ogm quicktime theora xine" |