summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2025-02-05 13:18:16 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2025-02-05 13:18:16 +0000
commit66bec9382a8f85d617bae4b318187971019b1d5f (patch)
tree06dfa63f2d3c078111795dc0f3ed0775dfb3b954
parent2025-02-05 12:57:07 UTC (diff)
parentnet-im/discord: einfo add for screenshare with kwin[screencast] and wayland (diff)
downloadgentoo-66bec9382a8f85d617bae4b318187971019b1d5f.tar.gz
gentoo-66bec9382a8f85d617bae4b318187971019b1d5f.tar.bz2
gentoo-66bec9382a8f85d617bae4b318187971019b1d5f.zip
Merge updates from master
-rw-r--r--net-im/discord/discord-0.0.84.ebuild6
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
}