1
0
Fork 0

Merging upstream version 2.10.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:28:03 +01:00
parent 8e0deb1ce2
commit c604322f42
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
410 changed files with 628 additions and 621 deletions

View file

@ -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}"
}