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
b326a1bd
Commit
b326a1bd
authored
Mar 13, 2015
by
Ghislain MARY
Browse files
Use correct CMake option to enable message storage on BB10.
parent
380f2219
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configs/config-bb10.cmake
configs/config-bb10.cmake
+1
-1
No files found.
configs/config-bb10.cmake
View file @
b326a1bd
...
...
@@ -78,7 +78,7 @@ set(EP_gsm_LINKING_TYPE "-DENABLE_STATIC=YES")
# linphone
set
(
EP_linphone_LINKING_TYPE
"-DENABLE_STATIC=YES"
)
list
(
APPEND EP_linphone_CMAKE_OPTIONS
"-DENABLE_RELATIVE_PREFIX=YES"
"-DENABLE_CONSOLE_UI=NO"
"-DENABLE_GTK_UI=NO"
"-DENABLE_NOTIFY=NO"
"-DENABLE_TOOLS=NO"
"-DENABLE_TUTORIALS=NO"
"-DENABLE_UNIT_TESTS=NO"
"-DENABLE_UPNP=NO"
"-DMSG_STORAGE
_ENABLED
=YES"
)
list
(
APPEND EP_linphone_CMAKE_OPTIONS
"-DENABLE_RELATIVE_PREFIX=YES"
"-DENABLE_CONSOLE_UI=NO"
"-DENABLE_GTK_UI=NO"
"-DENABLE_NOTIFY=NO"
"-DENABLE_TOOLS=NO"
"-DENABLE_TUTORIALS=NO"
"-DENABLE_UNIT_TESTS=NO"
"-DENABLE_UPNP=NO"
"-D
ENABLE_
MSG_STORAGE=YES"
)
# mediastreamer2
set
(
EP_ms2_LINKING_TYPE
"-DENABLE_STATIC=YES"
)
...
...
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