diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-14 11:35:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-23 11:22:55 +0200 |
commit | f4bc343b3aac2422c215b7042846182718885bc3 (patch) | |
tree | 3c1511609177fda6b5fb38122d0ac516bf134050 /profiles | |
parent | profiles: desktop: Add package.use defaults for globally enabled wayland (diff) | |
download | gentoo-f4bc343b3aac2422c215b7042846182718885bc3.tar.gz gentoo-f4bc343b3aac2422c215b7042846182718885bc3.tar.bz2 gentoo-f4bc343b3aac2422c215b7042846182718885bc3.zip |
profiles: desktop: Enable x11-base/xwayland[libei] for KWin and mutter
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/targets/desktop/package.use | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 7b9374bf1ddd..febf52c3b940 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -25,6 +25,11 @@ app-text/poppler nss boost # accessibility required by kde-plasma/kwin:5 dev-qt/qtgui:5 accessibility egl libinput +# Mart Raudsepp <leio@gentoo.org> (2023-10-01) +# kde-plasma/kwin and x11-wm/mutter[wayland] require xwayland[libei] for +# emulated input portal for e.g. remote desktop remote input support +x11-base/xwayland libei + # 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 |