mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
The DEPS file is automatically removed for some reasons.
This commit is contained in:
parent
be0f108298
commit
4341886787
1 changed files with 2 additions and 18 deletions
|
|
@ -39,7 +39,7 @@ add_libwebrtc_command(libwebrtc_sync
|
||||||
set(GIT_CLONE_COMMAND git clone ${LIBWEBRTC_CHROMIUM_DEPS} ${CMAKE_BINARY_DIR}/src/chromium/src)
|
set(GIT_CLONE_COMMAND git clone ${LIBWEBRTC_CHROMIUM_DEPS} ${CMAKE_BINARY_DIR}/src/chromium/src)
|
||||||
|
|
||||||
add_libwebrtc_command(libwebrtc_chromium_deps
|
add_libwebrtc_command(libwebrtc_chromium_deps
|
||||||
${CMAKE_BINARY_DIR}/src/chromium/src/DEPS
|
${CMAKE_BINARY_DIR}/src/chromium/src
|
||||||
"${GIT_CLONE_COMMAND}"
|
"${GIT_CLONE_COMMAND}"
|
||||||
${CMAKE_BINARY_DIR}
|
${CMAKE_BINARY_DIR}
|
||||||
"Retrieving Chromium dependencies"
|
"Retrieving Chromium dependencies"
|
||||||
|
|
@ -73,19 +73,3 @@ add_libwebrtc_command(libwebrtc_links
|
||||||
"Creating symbolic links"
|
"Creating symbolic links"
|
||||||
libwebrtc_clang
|
libwebrtc_clang
|
||||||
)
|
)
|
||||||
|
|
||||||
#
|
|
||||||
# Remove examples
|
|
||||||
#
|
|
||||||
|
|
||||||
if(NOT BUILD_EXAMPLES)
|
|
||||||
set(PATCH_COMMAND sed -i "s/'include_examples%': 1/'include_examples%': 0/g" src/all.gyp)
|
|
||||||
|
|
||||||
add_libwebrtc_command(libwebrtc_patch
|
|
||||||
None
|
|
||||||
"${PATCH_COMMAND}"
|
|
||||||
${CMAKE_BINARY_DIR}
|
|
||||||
"Patching build definitions"
|
|
||||||
libwebrtc_links
|
|
||||||
)
|
|
||||||
endif(NOT BUILD_EXAMPLES)
|
|
||||||
Loading…
Add table
Reference in a new issue