commit: 9a3d7c98a6cd127e4bb473553c74e4f13ee7be03 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 21 12:04:58 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 21 12:05:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3d7c98
profiles: plasma: Set media-libs/libsdl2[gles2] package.use default Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/targets/desktop/plasma/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index be322330295a..7144cc980c09 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -37,6 +37,9 @@ media-gfx/graphviz python # Required by media-gfx/graphviz which is required by kde-apps/kcachegrind media-libs/gd fontconfig +# Needed by a global USE=wayland right now +media-libs/libsdl2 gles2 + # Required by kde-plasma/kwin media-libs/mesa wayland
