]> git.pld-linux.org Git - packages/brltty.git/commitdiff
explicitly disable ViaVoice speech driver
authorJan Palus <atler@pld-linux.org>
Tue, 7 Jun 2022 08:05:27 +0000 (10:05 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 7 Jun 2022 08:05:27 +0000 (10:05 +0200)
libvoxin started to provide eci.h header which made brltty believe
ViaVoice is available, but it appears "libibmeci" used for linking is
still missing

brltty.spec

index 6b726fff7477508b1396aa630d291b26fb009eae..3f4306380ec5bd30b10d3324c99d6266d50e7b2a 100644 (file)
@@ -298,6 +298,7 @@ CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
        %{!?with_python:--disable-python-bindings} \
        %{!?with_tcl:--disable-tcl-bindings} \
        %{!?with_x:--disable-x} \
+       --with-speech-driver="-vv" \
        --enable-api
 
 %{__make} -j1
This page took 0.170066 seconds and 4 git commands to generate.