summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-21 22:45:05 +0100
committerSam James <sam@gentoo.org>2023-05-23 10:33:07 +0100
commit793ae33778c39d4a0a7eaf5b261f3e4aa4975230 (patch)
tree6022ea930a8a0294020fab82315b14ca9a59f28a /profiles/targets
parentapp-crypt/sequoia-chameleon-gnupg: update maintainers (diff)
downloadgentoo-793ae33778c39d4a0a7eaf5b261f3e4aa4975230.tar.gz
gentoo-793ae33778c39d4a0a7eaf5b261f3e4aa4975230.tar.bz2
gentoo-793ae33778c39d4a0a7eaf5b261f3e4aa4975230.zip
profiles/targets/desktop: enable USE=vulkan by default
Ionen pointed this out again today and it made me look back at it; there's no reason to not have vulkan on by default for desktop profiles. In particular, Steam expects it for plenty of games to work, but at this point, it's becoming jarring for users to _not_ have it as it's considered a fundamental part of the modern desktop. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r--profiles/targets/desktop/make.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults
index 46a8c5d3911e..caccdbdd22a3 100644
--- a/profiles/targets/desktop/make.defaults
+++ b/profiles/targets/desktop/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind encode exif flac gif gpm gtk gui icu jpeg lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl sound spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb xft x264 xml xv xvid"
+USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind encode exif flac gif gpm gtk gui icu jpeg lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl sound spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb vulkan wxwidgets X xcb xft x264 xml xv xvid"