diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-10-18 19:57:49 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-10-18 20:46:15 -0400 |
commit | 4ef1fb3e0265389622f53c32d70d30d7a15fd1ef (patch) | |
tree | aae20b0e5183a2885598d213500c34a4892c5249 /net-im | |
parent | net-im/discord-bin: EAPI8, various fixes (diff) | |
download | gentoo-4ef1fb3e0265389622f53c32d70d30d7a15fd1ef.tar.gz gentoo-4ef1fb3e0265389622f53c32d70d30d7a15fd1ef.tar.bz2 gentoo-4ef1fb3e0265389622f53c32d70d30d7a15fd1ef.zip |
net-im/discord-bin: add mesa[gbm(+)] dep, and apulse[sdk] option
gbm flag is due to be removed but still need to specify for now
wrt bug 722668, it suggested a wrapper but USE=sdk removes the need.
Closes: https://bugs.gentoo.org/722668
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/discord-bin/discord-bin-0.0.16-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild b/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild index 36552f2d121c..dc38d87ff9f5 100644 --- a/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild +++ b/net-im/discord-bin/discord-bin-0.0.16-r1.ebuild @@ -27,7 +27,7 @@ RDEPEND=" dev-libs/nspr dev-libs/nss media-libs/alsa-lib - media-libs/mesa + media-libs/mesa[gbm(+)] net-print/cups sys-apps/dbus x11-libs/cairo @@ -83,6 +83,7 @@ src_install() { } pkg_postinst() { - optfeature "sound support" media-sound/pulseaudio media-video/pipewire + optfeature "sound support" \ + media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire optfeature "system tray support" dev-libs/libappindicator } |