diff options
author | 2024-08-30 01:21:14 +0200 | |
---|---|---|
committer | 2024-09-02 00:13:33 +0100 | |
commit | 682aae9d3c61ea84589a54b8dc02b935cf8fc3d5 (patch) | |
tree | 8bde8ddc297111e5c3d685dada14716fbdb62a63 /profiles | |
parent | sys-devel/gcc: add 15.0.0_pre20240901 (diff) | |
download | gentoo-682aae9d3c61ea84589a54b8dc02b935cf8fc3d5.tar.gz gentoo-682aae9d3c61ea84589a54b8dc02b935cf8fc3d5.tar.bz2 gentoo-682aae9d3c61ea84589a54b8dc02b935cf8fc3d5.zip |
profiles: targets/desktop: Enable qt6 in make.defaults
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/targets/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults index 3cba94431b41..72e77543df12 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2024 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 kf6compat 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" +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 kf6compat lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt6 qt5 sdl sound spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb vulkan wxwidgets X xcb xft x264 xml xv xvid" |