mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user