mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
accessibility/qt5-speech: allow to build with both backend enabled
Followup to ca95a67 which introduced a regression of being unable to build with both backends enabled. This commit allows all backends combinations including each individual backend, both and none. PR: 262640 Reported by: lantw44@gmail.com Approved by: portmgr blanket, maintainer timeout (kde, 6 months)
This commit is contained in:
parent
b83e197d31
commit
b2563f98f5
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ USE_PERL5= extract
|
|||
USE_QT= core gui buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= ALSA
|
||||
OPTIONS_RADIO= BACKEND
|
||||
OPTIONS_RADIO_BACKEND= SPEECHD FLITE
|
||||
OPTIONS_GROUP= BACKEND
|
||||
OPTIONS_GROUP_BACKEND= SPEECHD FLITE
|
||||
OPTIONS_DEFAULT= SPEECHD
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue