Changeset View
Changeset View
Standalone View
Standalone View
Mk/bsd.gecko.mk
| Show First 20 Lines • Show All 375 Lines • ▼ Show 20 Lines | . endfor | ||||
| fi | fi | ||||
| @if [ -f "${MOZSRC}/media/webrtc/signaling/test/common.build" ]; then \ | @if [ -f "${MOZSRC}/media/webrtc/signaling/test/common.build" ]; then \ | ||||
| ${ECHO_CMD} "OS_LIBS += ['sndio']" >> \ | ${ECHO_CMD} "OS_LIBS += ['sndio']" >> \ | ||||
| ${MOZSRC}/media/webrtc/signaling/test/common.build; \ | ${MOZSRC}/media/webrtc/signaling/test/common.build; \ | ||||
| fi | fi | ||||
| .endif | .endif | ||||
| .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54 | .if ${PORT_OPTIONS:MRUST} || ${MOZILLA_VER:R:R} >= 54 | ||||
| BUILD_DEPENDS+= ${RUST_PORT:T}>=1.24:${RUST_PORT} | BUILD_DEPENDS+= ${RUST_PORT:T}>=1.27:${RUST_PORT} | ||||
| RUST_PORT?= lang/rust | RUST_PORT?= lang/rust | ||||
| . if ${MOZILLA_VER:R:R} < 54 | . if ${MOZILLA_VER:R:R} < 54 | ||||
| MOZ_OPTIONS+= --enable-rust | MOZ_OPTIONS+= --enable-rust | ||||
| . endif | . endif | ||||
| .else | .else | ||||
| MOZ_OPTIONS+= --disable-rust | MOZ_OPTIONS+= --disable-rust | ||||
| .endif | .endif | ||||
| ▲ Show 20 Lines • Show All 200 Lines • Show Last 20 Lines | |||||