1
0
Fork 0

Adding upstream version 2.10.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:27:53 +01:00
parent 24ce361c7c
commit 6f96c7c854
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}"
}