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
4259a309
Commit
4259a309
authored
Aug 16, 2017
by
Ghislain MARY
Browse files
Build xerces with CMake + restore dependency of linphone on libxsd.
parent
6036399d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
builders/linphone.cmake
builders/linphone.cmake
+1
-1
builders/xerces.cmake
builders/xerces.cmake
+0
-7
No files found.
builders/linphone.cmake
View file @
4259a309
...
...
@@ -27,7 +27,7 @@ lcb_external_source_paths("linphone")
lcb_groupable
(
YES
)
lcb_package_source
(
YES
)
lcb_dependencies
(
"bctoolbox"
"bellesip"
"ortp"
"ms2"
"soci"
)
lcb_dependencies
(
"bctoolbox"
"bellesip"
"ortp"
"ms2"
"libxsd"
"soci"
)
if
(
LINPHONE_BUILDER_BUILD_DEPENDENCIES AND NOT APPLE
)
# Do not build sqlite3, xml2 and zlib on Apple systems (Mac OS X and iOS), they are provided by the system
lcb_dependencies
(
"sqlite3"
"xml2"
)
...
...
builders/xerces.cmake
View file @
4259a309
...
...
@@ -23,11 +23,4 @@
lcb_git_repository
(
"git://git.linphone.org/xerces-c.git"
)
lcb_external_source_paths
(
"externals/xerces-c"
)
lcb_may_be_found_on_system
(
YES
)
lcb_build_method
(
"autotools"
)
lcb_configure_options
(
"--disable-threads"
"--disable-network"
)
lcb_linking_type
(
"--disable-static"
"--enable-shared"
)
lcb_cross_compilation_options
(
"--prefix=
${
CMAKE_INSTALL_PREFIX
}
"
)
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