Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
7b4cc05a
Commit
7b4cc05a
authored
Feb 25, 2015
by
Ghislain MARY
Browse files
Disable ms2 unit tests for the Python module and the web plugin.
parent
b901e545
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configs/config-python.cmake
configs/config-python.cmake
+1
-1
configs/config-webplugin.cmake
configs/config-webplugin.cmake
+1
-1
No files found.
configs/config-python.cmake
View file @
7b4cc05a
...
...
@@ -102,7 +102,7 @@ list(APPEND EP_linphone_CMAKE_OPTIONS "-DENABLE_RELATIVE_PREFIX=YES" "-DENABLE_C
# ms2
set
(
EP_ms2_LINKING_TYPE
"-DENABLE_STATIC=YES"
)
list
(
APPEND EP_ms2_CMAKE_OPTIONS
"-DENABLE_RELATIVE_PREFIX=YES"
)
list
(
APPEND EP_ms2_CMAKE_OPTIONS
"-DENABLE_RELATIVE_PREFIX=YES"
"-DENABLE_UNIT_TESTS=NO"
)
if
(
UNIX AND NOT APPLE
)
list
(
APPEND EP_ms2_CMAKE_OPTIONS
"-DENABLE_ALSA=YES"
"-DENABLE_PULSEAUDIO=NO"
"-DENABLE_OSS=NO"
"-DENABLE_GLX=NO"
"-DENABLE_X11=YES"
"-DENABLE_XV=YES"
)
endif
()
...
...
configs/config-webplugin.cmake
View file @
7b4cc05a
...
...
@@ -89,7 +89,7 @@ else()
endif
()
# mediastreamer2
list
(
APPEND EP_ms2_CMAKE_OPTIONS
"-DENABLE_RELATIVE_PREFIX=YES"
)
list
(
APPEND EP_ms2_CMAKE_OPTIONS
"-DENABLE_RELATIVE_PREFIX=YES"
"-DENABLE_UNIT_TESTS=NO"
)
if
(
UNIX AND NOT APPLE
)
list
(
APPEND EP_ms2_CMAKE_OPTIONS
"-DENABLE_ALSA=YES"
"-DENABLE_PULSEAUDIO=NO"
"-DENABLE_OSS=NO"
"-DENABLE_GLX=NO"
"-DENABLE_X11=YES"
"-DENABLE_XV=YES"
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment