diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:02:30 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:02:30 +0100 |
commit | f57719cce4a4cdb75930f55549222d58183ad6a4 (patch) | |
tree | 338dbdbd586083bb2876f5077581b255f23c6183 | |
parent | profiles/desktop: Enable sound USE flag by default (diff) | |
download | portage-f57719cce4a4cdb75930f55549222d58183ad6a4.tar.xz |
profiles/desktop: Enable taglib USE flag by default
-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 2dd886ae..99cfdffc 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -62,7 +62,7 @@ USE="${USE} graphviz imagemagick jbig jpeg jp2k jpeg2k svg webp xft xpm" USE="${USE} alsa audioscrobbler gstreamer pulseaudio scrobbler" # Sound codec -USE="${USE} a52 aacplus amr cdio cddb cdparanoia dirac faac gsm lame mp3 musepack mtp schroedinger shine sound sndfile speex twolame vorbis wavpack wma-fixed" +USE="${USE} a52 aacplus amr cdio cddb cdparanoia dirac faac gsm lame mp3 musepack mtp schroedinger shine sound sndfile speex taglib twolame vorbis wavpack wma-fixed" # Video systems USE="${USE} video dga dvd vdpau xvmc" |