diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-10-15 19:27:31 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-10-15 19:29:09 +0200 |
commit | 13b21df088c1b390adfdb934693ba04b80563613 (patch) | |
tree | 63af00cd8cc1cf9e31df57c9b2868696801fc704 /profiles/targets | |
parent | dev-python/openapi-schema-validator: Remove old (diff) | |
download | gentoo-13b21df088c1b390adfdb934693ba04b80563613.tar.gz gentoo-13b21df088c1b390adfdb934693ba04b80563613.tar.bz2 gentoo-13b21df088c1b390adfdb934693ba04b80563613.zip |
plasma profile make.defaults: enable USE=webchannel by default
* the qtwebchannel package itself is tiny
* it's already pulled in by qtwebengine etc bla bla
* the useflag mostly switches on various binding support
* and that is needed and useful for calibre, qutebrowser, ...
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/plasma/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/targets/desktop/plasma/make.defaults b/profiles/targets/desktop/plasma/make.defaults index 62e625bbfdcb..a75c7561fd06 100644 --- a/profiles/targets/desktop/plasma/make.defaults +++ b/profiles/targets/desktop/plasma/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="activities declarative dri kde kwallet networkmanager pipewire plasma policykit pulseaudio qml screencast semantic-desktop wayland widgets" +USE="activities declarative dri kde kwallet networkmanager pipewire plasma policykit pulseaudio qml screencast semantic-desktop wayland webchannel widgets" |