diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-08 08:11:03 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-08 08:11:03 +0200 |
commit | de911f8d4a070f371fff4dacd39bfd1f8c6e4173 (patch) | |
tree | fa20198c3342b207ef301e2308dd544e7c497c5b | |
parent | 2e3ae09f93752651831690e8cf4e47a0bfe64417 (diff) | |
download | gentoo-personal-overlay-de911f8d4a070f371fff4dacd39bfd1f8c6e4173.tar.gz gentoo-personal-overlay-de911f8d4a070f371fff4dacd39bfd1f8c6e4173.tar.bz2 gentoo-personal-overlay-de911f8d4a070f371fff4dacd39bfd1f8c6e4173.zip |
profiles/desktop: enable vulkan globally
-rw-r--r-- | profiles/desktop/make.defaults | 1 | ||||
-rw-r--r-- | profiles/gaming/package.use | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 3c2956d..310f9ce 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -5,6 +5,7 @@ USE="$USE vaapi" USE="$USE cups" USE="$USE ibus" USE="$USE elogind -consolekit -systemd" +USE="$USE vulkan" L10N="en cs" LINGUAS="en cs" diff --git a/profiles/gaming/package.use b/profiles/gaming/package.use index a87c4c0..fe6cc8b 100644 --- a/profiles/gaming/package.use +++ b/profiles/gaming/package.use @@ -12,5 +12,5 @@ dev-dotnet/libgdiplus cairo # For wine media-libs/libsdl2 haptic media-libs/mesa osmesa d3d9 -app-emulation/wine-vanilla vulkan vkd3d xinerama osmesa -app-emulation/wine-staging vulkan vkd3d xinerama themes osmesa +app-emulation/wine-vanilla vkd3d xinerama osmesa +app-emulation/wine-staging vkd3d xinerama themes osmesa |