diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-11 09:25:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-11 09:36:20 +0100 |
commit | 28d7fdcbf43f4d0317e3e3753fc994867a29caf3 (patch) | |
tree | 4521cff14cdb71da475ebd3eb593a1754eab765a | |
parent | kde-plasma/kwin: xdgshellwindow: enforce a minimum size for clients (diff) | |
download | gentoo-28d7fdcbf43f4d0317e3e3753fc994867a29caf3.tar.gz gentoo-28d7fdcbf43f4d0317e3e3753fc994867a29caf3.tar.bz2 gentoo-28d7fdcbf43f4d0317e3e3753fc994867a29caf3.zip |
profiles: targets/desktop: Enable dev-qt/qtgui:5[accessibility]
Comparing with another toolkit default enabled by desktop target,
x11-libs/gtk+:3, which already depends on app-accessibility/at-spi2-core:2
unconditionally, this will typically not be introducing new deps for most.
Bug: https://bugs.gentoo.org/916267
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | profiles/targets/desktop/package.use | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 97ea7b1120e7..47fa319c3ca1 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <asturm@gentoo.org> (2023-11-11) +# egl, libinput required by kde-frameworks/kwayland +# accessibility required by kde-plasma/kwin +dev-qt/qtgui:5 accessibility egl libinput + # Sam James <sam@gentoo.org> (2023-09-22) # Most people aren't going to use CMake's GUI. USE=gui is enabled by default # on desktop profiles and CMake is unavoidable, it feels a shame to drag in @@ -50,10 +55,6 @@ dev-libs/xmlsec nss # Not required, but makes life easier with Qt; bug #457934 app-arch/unzip natspec -# Andreas Sturmlechner <asturm@gentoo.org> (2017-11-30) -# Required by kde-frameworks/kwayland -dev-qt/qtgui:5 egl libinput - # Andreas Sturmlechner <asturm@gentoo.org> (2017-08-04) # Required by flac and mp3 kde-apps/k3b taglib |