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
98bdac25
Commit
98bdac25
authored
Jul 03, 2015
by
Gautier Pelloux-Prayer
Browse files
configs: disable NLS (localization in liblinphone) for python and ios
parent
a45c1b0c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
configs/config-ios.cmake
configs/config-ios.cmake
+2
-1
configs/config-python.cmake
configs/config-python.cmake
+2
-1
No files found.
configs/config-ios.cmake
View file @
98bdac25
...
...
@@ -96,6 +96,7 @@ list(APPEND EP_linphone_CMAKE_OPTIONS
"-DENABLE_MSG_STORAGE=YES"
"-DENABLE_DOC=NO"
"-DENABLE_UNIT_TESTS=YES"
"-DENABLE_NLS=NO"
)
# mediastreamer2
...
...
configs/config-python.cmake
View file @
98bdac25
...
...
@@ -94,6 +94,7 @@ list(APPEND EP_linphone_CMAKE_OPTIONS
"-DENABLE_TUTORIALS=NO"
"-DENABLE_UNIT_TESTS=NO"
"-DENABLE_UPNP=NO"
"-DENABLE_NLS=NO"
)
# ms2
...
...
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