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
623a3c60
Commit
623a3c60
authored
Feb 11, 2014
by
Ghislain MARY
Browse files
Customize options for bb10 build.
parent
266552e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configs/config-bb10.cmake
configs/config-bb10.cmake
+2
-2
configs/config-default.cmake
configs/config-default.cmake
+1
-1
No files found.
configs/config-bb10.cmake
View file @
623a3c60
...
...
@@ -37,7 +37,7 @@ set(EP_polarssl_CMAKE_OPTIONS "-DUSE_SHARED_POLARSSL_LIBRARY=1 ${EP_polarssl_CMA
# bellesip
set
(
EP_bellesip_CMAKE_OPTIONS
"
${
CMAKE_SHARED_LIBRARIES
}
${
EP_bellesip_CMAKE_OPTIONS
}
"
)
set
(
EP_bellesip_EXTRA_CFLAGS
"
-Wno-error=pragmas
-DUSE_STRUCT_RES_STATE_NAMESERVERS
${
EP_bellesip_EXTRA_CFLAGS
}
"
)
set
(
EP_bellesip_EXTRA_CFLAGS
"-DUSE_STRUCT_RES_STATE_NAMESERVERS
${
EP_bellesip_EXTRA_CFLAGS
}
"
)
# srtp
set
(
EP_srtp_CMAKE_OPTIONS
"
${
CMAKE_SHARED_LIBRARIES
}
${
EP_srtp_CMAKE_OPTIONS
}
"
)
...
...
@@ -49,4 +49,4 @@ set(EP_speex_CMAKE_OPTIONS "${CMAKE_SHARED_LIBRARIES} ${EP_speex_CMAKE_OPTIONS}"
set
(
EP_opus_CONFIGURE_OPTIONS
"
${
AUTOTOOLS_SHARED_LIBRARIES
}
${
EP_opus_CONFIGURE_OPTIONS
}
--enable-fixed-point --disable-asm"
)
# linphone
set
(
EP_linphone_CONFIGURE_OPTIONS
"
${
AUTOTOOLS_SHARED_LIBRARIES
}
${
EP_linphone_CONFIGURE_OPTIONS
}
--disable-nls --with-readline=none --enable-gtk_ui=no --enable-console_ui=no --disable-theora --disable-sdl --disable-x11 --disable-tutorials --disable-tools --disable-msg-storage --disable-video --disable-zrtp --enable-broken-srtp --disable-alsa"
)
set
(
EP_linphone_CONFIGURE_OPTIONS
"
${
AUTOTOOLS_SHARED_LIBRARIES
}
${
EP_linphone_CONFIGURE_OPTIONS
}
--disable-nls --with-readline=none --enable-gtk_ui=no --enable-console_ui=no --disable-theora --disable-sdl --disable-x11 --disable-tutorials --disable-tools --disable-msg-storage --disable-video --disable-zrtp --enable-broken-srtp --disable-alsa
--enable-qsa
"
)
configs/config-default.cmake
View file @
623a3c60
...
...
@@ -42,7 +42,7 @@ set(EP_cunit_CMAKE_OPTIONS "-DENABLE_AUTOMATED=0 -DENABLE_CONSOLE=0")
# xml2
set
(
EP_xml2_GIT_REPOSITORY
"git://git.gnome.org/libxml2"
)
set
(
EP_xml2_GIT_TAG
"v2.8.0"
)
set
(
EP_xml2_CONFIGURE_OPTIONS
"--
disable-rebuild-docs --with-iconv=no --with-python=no
--with-
zlib=no
--with-
module
s=no"
)
set
(
EP_xml2_CONFIGURE_OPTIONS
"--
with-minimum --with-xpath --with-tree
--with-
reader
--with-
writer --enable-rebuild-doc
s=no"
)
# antlr3c
set
(
EP_antlr3c_GIT_REPOSITORY
"git://git.linphone.org/antlr3.git"
)
...
...
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