diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-10 13:02:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-21 09:04:53 +0200 |
commit | cca1077a7664f1fe6d3d9350f57bf5fa0ec10714 (patch) | |
tree | 2d9adb44477d5606e90a4a4de647b7e0789a1257 /profiles | |
parent | dev-qt/qtwebengine: add 5.15.9_p20230505, equiv. to upstream 5.15.14 (diff) | |
download | gentoo-cca1077a7664f1fe6d3d9350f57bf5fa0ec10714.tar.gz gentoo-cca1077a7664f1fe6d3d9350f57bf5fa0ec10714.tar.bz2 gentoo-cca1077a7664f1fe6d3d9350f57bf5fa0ec10714.zip |
profiles: desktop/plasma: Set IUSE=screencast,wayland in make.defaults
Bug: https://bugs.gentoo.org/818253
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/targets/desktop/plasma/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/targets/desktop/plasma/make.defaults b/profiles/targets/desktop/plasma/make.defaults index 94f35c83e1de..887741f8924f 100644 --- a/profiles/targets/desktop/plasma/make.defaults +++ b/profiles/targets/desktop/plasma/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="activities declarative dri kde kwallet plasma policykit qml semantic-desktop widgets" +USE="activities declarative dri kde kwallet plasma policykit qml screencast semantic-desktop wayland widgets" |