1
0
Fork 0

Merging upstream version 2.1.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:16:55 +01:00
parent 358e2dd037
commit ef8e2258ec
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
338 changed files with 631 additions and 601 deletions

View file

@ -1,10 +1,10 @@
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################
project(
'nvme-cli', ['c', 'cpp'],
'nvme-cli', ['c'],
meson_version: '>= 0.47.0',
license: 'GPL-2.0-only',
version: '2.1',
version: '2.1.2',
default_options: [
'c_std=gnu99',
'buildtype=release',
@ -44,7 +44,7 @@ endif
conf.set('SYSCONFDIR', '"@0@"'.format(sysconfdir))
# Check for libnvme availability
libnvme_dep = dependency('libnvme', required: true,
libnvme_dep = dependency('libnvme', version: '>=1.1', required: true,
fallback : ['libnvme', 'libnvme_dep'])
# Check for libuuid availability