diff options
Diffstat (limited to 'net-voip/jami-daemon')
-rw-r--r-- | net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild b/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild index 052dad9..a4cd6fd 100644 --- a/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild +++ b/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -IUSE="alsa hwaccel jack natpmp plugins portaudio pulseaudio test trace upnp +video +webrtc" +IUSE="alsa debug hwaccel jack natpmp plugins portaudio pulseaudio test trace upnp +video +webrtc" # IUSE+="speex" # Compilation fails with speex enabled REQUIRED_USE="hwaccel? ( video )" RESTRICT="!test? ( test )" @@ -40,6 +40,7 @@ RDEPEND=" net-libs/pjproject sys-libs/zlib alsa? ( media-libs/alsa-lib ) + debug? ( sys-devel/gdb ) jack? ( media-sound/jack2 ) natpmp? ( net-libs/libnatpmp ) plugins? ( app-arch/libarchive ) @@ -73,6 +74,7 @@ src_configure() { # $(meson_feature speex speex_ap) $(meson_feature upnp) $(meson_feature webrtc webrtc_ap) + $(meson_use debug) $(meson_use hwaccel hw_acceleration) $(meson_use plugins) $(meson_use test tests) |