diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-08-26 02:28:36 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-10-05 00:10:35 +0100 |
commit | 063a9508511b04f400c653790dad74eb6ea12ce7 (patch) | |
tree | 57351e3e5244250b2f1554ac76d3bb0cadbc2ed6 /profiles | |
parent | profiles/desktop: Remove app-admin/passook from package.provided (diff) | |
download | portage-063a9508511b04f400c653790dad74eb6ea12ce7.tar.xz |
profiles/desktop: Enable opengl 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 6ff7a1bd..6139c23c 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 sdl v4l v4l2 vaapi vpx vdpau xvmc" +USE="${USE} video dga dvd 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" |