File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,18 +7,20 @@ PKG_SHA256="e0c9737c57f07bf351d3ae85d8c1e90faae36302d697ba2d646780e2b2e8f41a"
77PKG_LICENSE ="GPL"
88PKG_SITE ="https://github.com/espeak-ng/espeak-ng"
99PKG_URL ="https://github.com/espeak-ng/espeak-ng/archive/${PKG_VERSION}.tar.gz"
10- PKG_DEPENDS_HOST ="gcc :host"
11- PKG_DEPENDS_TARGET ="toolchain espeak-ng:host"
10+ PKG_DEPENDS_HOST ="cmake:host ninja:host sonic :host"
11+ PKG_DEPENDS_TARGET ="toolchain espeak-ng:host sonic "
1212PKG_LONGDESC ="eSpeak NG is an open source speech synthesizer that supports more than a hundred languages and accents"
1313PKG_BUILD_FLAGS ="+pic"
1414
1515PKG_CMAKE_OPTS_HOST="-DBUILD_SHARED_LIBS =OFF \
1616 -DCOMPILE_INTONATIONS=OFF \
17- -DENABLE_TESTS=OFF"
17+ -DENABLE_TESTS=OFF \
18+ -DUSE_LIBSONIC=ON"
1819
1920PKG_CMAKE_OPTS_TARGET="-DBUILD_SHARED_LIBS =ON \
2021 -DCOMPILE_INTONATIONS=ON \
2122 -DENABLE_TESTS=OFF \
23+ -DUSE_LIBSONIC=ON \
2224 -DNativeBuild_DIR=${TOOLCHAIN}/bin"
2325
2426pre_configure_target() {
You can’t perform that action at this time.
0 commit comments