diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-09 09:39:01 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-09 09:39:01 +0200 |
commit | d8d9be0691a32642c5c9815913c0ffdaa5d92edf (patch) | |
tree | 74c226623b4b9ec10e775c3b776757fb082d0463 /profiles/desktop | |
parent | 7e964db444a69e9ce426a4c5d699acdddb6c35f6 (diff) | |
download | gentoo-personal-overlay-d8d9be0691a32642c5c9815913c0ffdaa5d92edf.tar.gz gentoo-personal-overlay-d8d9be0691a32642c5c9815913c0ffdaa5d92edf.tar.bz2 gentoo-personal-overlay-d8d9be0691a32642c5c9815913c0ffdaa5d92edf.zip |
profiles: switch to subprofiles for cpu and gpu
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 310f9ce..6ada52a 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -1,11 +1,9 @@ # vim:ft=gentoo-make-conf -USE="$USE pulseaudio gstreamer ffmpeg vdpau" +USE="$USE pulseaudio gstreamer ffmpeg" USE="$USE apng taglib" -USE="$USE vaapi" USE="$USE cups" USE="$USE ibus" USE="$USE elogind -consolekit -systemd" -USE="$USE vulkan" L10N="en cs" LINGUAS="en cs" |