diff options
author | 2025-02-05 14:45:45 +0200 | |
---|---|---|
committer | 2025-02-05 21:49:23 +0900 | |
commit | bb0e29959aa4574fd71cc355ba2a5d877eb28858 (patch) | |
tree | 96e05592c7b159489df73b543b048fe897653332 /net-im | |
parent | sys-devel/binutils-hppa64: add missing useflag to metadata (diff) | |
download | gentoo-bb0e29959aa4574fd71cc355ba2a5d877eb28858.tar.gz gentoo-bb0e29959aa4574fd71cc355ba2a5d877eb28858.tar.bz2 gentoo-bb0e29959aa4574fd71cc355ba2a5d877eb28858.zip |
net-im/discord: einfo add for screenshare with kwin[screencast] and wayland
Closes: https://bugs.gentoo.org/948978
Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
Closes: https://github.com/gentoo/gentoo/pull/40446
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/discord/discord-0.0.84.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/discord/discord-0.0.84.ebuild b/net-im/discord/discord-0.0.84.ebuild index a62e1b060922..30c43d42ca79 100644 --- a/net-im/discord/discord-0.0.84.ebuild +++ b/net-im/discord/discord-0.0.84.ebuild @@ -143,4 +143,10 @@ pkg_postinst() { optfeature "sound support" \ media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire optfeature "emoji support" media-fonts/noto-emoji + if has_version kde-plasma/kwin[-screencast] && use wayland; then + einfo " " + einfo "When using KWin on Wayland, the kde-plasma/kwin[screencast] USE flag" + einfo "must be enabled for screensharing." + einfo " " + fi } |