app-accessibility/rhvoice-core: fix speech-dispatcher

These defines are missing in CMake.

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-02-03 18:22:10 +05:00
parent 4225031d2e
commit 822879c7c6

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake flag-o-matic
MY_PN="RHVoice"
MY_P="${MY_PN}-${PV}"
@@ -84,5 +84,8 @@ src_configure() {
-DHARDENING_MACRODEFS=
)
use speech-dispatcher && \
append-cppflags -DSPD_MAJOR=1 -DSPD_MINOR=0
cmake_src_configure
}