From fa28b1729075d6bdfc938df7861a09cc893577fb Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 15 Jan 2023 23:44:35 -0500 Subject: net-voip/jami-daemon: remove speex USE flag Signed-off-by: Julien Roy --- net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild') diff --git a/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild b/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild index 1d75a7e..d78139d 100644 --- a/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild +++ b/net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild @@ -17,7 +17,8 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -IUSE="alsa hwaccel jack nameservice natpmp plugins portaudio pulseaudio speex test trace upnp video webrtc" +IUSE="alsa hwaccel jack nameservice natpmp plugins portaudio pulseaudio test trace upnp video webrtc" +# IUSE+="speex" # Compilation fails with speex enabled REQUIRED_USE="hwaccel? ( video )" RESTRICT="!test? ( test )" @@ -69,7 +70,7 @@ src_configure() { $(meson_feature natpmp) $(meson_feature portaudio) $(meson_feature pulseaudio) - $(meson_feature speex speex_ap) + # $(meson_feature speex speex_ap) $(meson_feature upnp) $(meson_feature webrtc webrtc_ap) $(meson_use hwaccel hw_acceleration) -- cgit v1.2.3