mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
libre: Use CMake in deps.sh
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
d8acf7b26b
commit
6bc11d1b79
1 changed files with 9 additions and 1 deletions
|
@ -293,7 +293,15 @@ fi
|
||||||
if ! pkg-config "libre >= 3.6.0" && \
|
if ! pkg-config "libre >= 3.6.0" && \
|
||||||
should_build "libre" "for the rtp node-type"; then
|
should_build "libre" "for the rtp node-type"; then
|
||||||
git clone ${GIT_OPTS} --branch v3.6.0 https://github.com/baresip/re.git
|
git clone ${GIT_OPTS} --branch v3.6.0 https://github.com/baresip/re.git
|
||||||
pushd re
|
mkdir -p re/build
|
||||||
|
pushd re/build
|
||||||
|
cmake -DUSE_LIBREM=OFF \
|
||||||
|
-DUSE_BFCP=OFF \
|
||||||
|
-DUSE_PCP=OFF \
|
||||||
|
-DUSE_RTMP=OFF \
|
||||||
|
-DUSE_SIP=OFF \
|
||||||
|
-DLIBRE_BUILD_STATIC=OFF \
|
||||||
|
${CMAKE_OPTS} ..
|
||||||
make ${MAKE_OPTS} install
|
make ${MAKE_OPTS} install
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue