net-im/nheko: Remove pipewire USE-flag
Was never really needed Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
6e838f2128
commit
9d19fb13b6
|
@ -9,7 +9,6 @@
|
|||
<remote-id type="github">Nheko-Reborn/nheko</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="pipewire">Pull in dependencies for media-video/pipewire support</flag>
|
||||
<flag name="video">Enables video calls</flag>
|
||||
<flag name="voip">Enables audio calls</flag>
|
||||
</use>
|
||||
|
|
|
@ -16,7 +16,7 @@ MY_DEP_URIS=(
|
|||
LICENSE="GPL-3 MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="X pipewire video voip"
|
||||
IUSE="X video voip"
|
||||
REQUIRED_USE="video? ( voip )"
|
||||
|
||||
MY_GST_V="1.18"
|
||||
|
@ -41,7 +41,6 @@ RDEPEND="
|
|||
dev-qt/qtquickcontrols2:5[widgets]
|
||||
dev-qt/qtsvg:5
|
||||
net-misc/curl
|
||||
pipewire? ( media-video/pipewire[gstreamer] )
|
||||
voip? (
|
||||
>=media-plugins/gst-plugins-dtls-${MY_GST_V}
|
||||
media-plugins/gst-plugins-libnice
|
||||
|
|
Reference in New Issue
Block a user