Merging upstream version 2.10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8e0deb1ce2
commit
c604322f42
410 changed files with 628 additions and 621 deletions
|
@ -123,6 +123,7 @@ config_meson_docs() {
|
|||
-Ddocs=all \
|
||||
-Ddocs-build=true \
|
||||
--force-fallback-for=libnvme \
|
||||
--prefix=/tmp/usr \
|
||||
-Dlibnvme:werror=false \
|
||||
"${BUILDDIR}"
|
||||
}
|
||||
|
@ -154,7 +155,12 @@ test_meson_coverage() {
|
|||
}
|
||||
|
||||
install_meson_appimage() {
|
||||
"${MESON}" install \
|
||||
"${MESON}" install \
|
||||
-C "${BUILDDIR}"
|
||||
}
|
||||
|
||||
install_meson_docs() {
|
||||
"${MESON}" install \
|
||||
-C "${BUILDDIR}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue