aboutsummaryrefslogtreecommitdiff
path: root/net-voip/jami-daemon
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/jami-daemon')
-rw-r--r--net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild5
1 files changed, 3 insertions, 2 deletions
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)