Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
05578a6ab9
commit
a02d194ad0
946 changed files with 4401 additions and 1290 deletions
|
@ -21,6 +21,7 @@ usage() {
|
|||
echo " and build them as shared libaries"
|
||||
echo " cross use cross toolchain to build"
|
||||
echo " coverage build coverage report"
|
||||
echo " docs build documentation"
|
||||
echo ""
|
||||
echo "configs with muon:"
|
||||
echo " [default] minimal static build"
|
||||
|
@ -110,6 +111,13 @@ config_meson_coverage() {
|
|||
"${BUILDDIR}"
|
||||
}
|
||||
|
||||
config_meson_docs() {
|
||||
CC="${CC}" "${MESON}" setup \
|
||||
-Ddocs=all \
|
||||
-Ddocs-build=true \
|
||||
"${BUILDDIR}"
|
||||
}
|
||||
|
||||
build_meson() {
|
||||
"${MESON}" compile \
|
||||
-C "${BUILDDIR}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue