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
ce2288d1
Commit
ce2288d1
authored
Aug 17, 2017
by
Benjamin REIS
Browse files
remove temporarily libxsd dependency
parent
4259a309
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
builders/linphone.cmake
builders/linphone.cmake
+1
-1
No files found.
builders/linphone.cmake
View file @
ce2288d1
...
...
@@ -27,7 +27,7 @@ lcb_external_source_paths("linphone")
lcb_groupable
(
YES
)
lcb_package_source
(
YES
)
lcb_dependencies
(
"bctoolbox"
"bellesip"
"ortp"
"ms2"
"libxsd"
"soci"
)
lcb_dependencies
(
"bctoolbox"
"bellesip"
"ortp"
"ms2"
"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"
)
...
...
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