Closed jubalh closed 3 years ago
I'm building the openSUSE distro package for parlatype 3.0.
I compile with meson -Ddeepspeech=false -Dpocketsphinx=false. And the following files get installed with anyways:
meson -Ddeepspeech=false -Dpocketsphinx=false
If I see it right they should only be installed if ASR is enabled, right?
My guess is that https://github.com/gkarsay/parlatype/blob/main/data/meson.build#L3 should only be done conditionally if with_pocketsphinx or with_deepspeech are set.
Thank you for your quick bug report!
Installation and version
I'm building the openSUSE distro package for parlatype 3.0.
Your desktop environment
Issue
I compile with
meson -Ddeepspeech=false -Dpocketsphinx=false
. And the following files get installed with anyways:If I see it right they should only be installed if ASR is enabled, right?