diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-15 23:44:35 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-15 23:44:35 -0500 |
commit | fa28b1729075d6bdfc938df7861a09cc893577fb (patch) | |
tree | a06200f54ca983742606f4ece23aeb87a135f7cf /net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild | |
parent | 2a109a0ce2cb899412e19e070fa147830ab9ee2c (diff) | |
download | MrRoy-Overlay-fa28b1729075d6bdfc938df7861a09cc893577fb.tar.gz MrRoy-Overlay-fa28b1729075d6bdfc938df7861a09cc893577fb.tar.bz2 MrRoy-Overlay-fa28b1729075d6bdfc938df7861a09cc893577fb.zip |
net-voip/jami-daemon: remove speex USE flag
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild')
-rw-r--r-- | net-voip/jami-daemon/jami-daemon-0_pre20230113.ebuild | 5 |
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) |