diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:03:09 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:03:09 +0100 |
commit | d34bd35fb13e8028be9141cdab359f4440e4866f (patch) | |
tree | 92b64479315971c86b343f0459128b7e67626f60 | |
parent | profiles/desktop: Enable taglib USE flag by default (diff) | |
download | portage-d34bd35fb13e8028be9141cdab359f4440e4866f.tar.xz |
profiles/desktop: Enable drm 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 99cfdffc..63ded24b 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -65,7 +65,7 @@ USE="${USE} alsa audioscrobbler gstreamer pulseaudio scrobbler" 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" +USE="${USE} video dga dvd drm vdpau xvmc" # Video codec USE="${USE} ffmpeg matroska mp4 mpeg ogg ogm quicktime theora xine" |