diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-08-26 02:30:09 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-10-05 00:10:35 +0100 |
commit | d50cf6c6780765a833c0c586319d1bfd8c96f2ff (patch) | |
tree | aa95e9cc96d8fdead4f09f20a15ed264d9883046 | |
parent | profiles/desktop: Disable vdpau USE flag by default (diff) | |
download | portage-d50cf6c6780765a833c0c586319d1bfd8c96f2ff.tar.xz |
profiles/desktop: Enable dri and dri3 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 5913b150..df6c3b4d 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -62,7 +62,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 drm -egl hidpi libv4l opengl sdl v4l v4l2 vaapi vpx -vdpau xvmc" +USE="${USE} video dga dvd dri dri3 drm -egl hidpi libv4l opengl sdl v4l v4l2 vaapi vpx -vdpau xvmc" # Video codec USE="${USE} ffmpeg matroska mp4 mpeg ogg ogm quicktime theora xine" |