From 7e691c813bdf26bf9c51f03ee926818c00cc6e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 31 Jan 2023 05:17:04 +0100 Subject: Merging upstream version 1.3. Signed-off-by: Daniel Baumann --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 0df190d..2c093ca 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,6 @@ # -*- mode: meson -*- # SPDX-License-Identifier: LGPL-2.1-or-later option('version-tag', type : 'string', description : 'override the git version string') -option('pkgconfiglibdir', type : 'string', value : '', description : 'directory for standard pkg-config files') option('htmldir', type : 'string', value : '', description : 'directory for HTML documentation') option('rstdir', type : 'string', value : '', description : 'directory for ReST documentation') @@ -10,3 +9,4 @@ option('docs-build', type : 'boolean', value : false, description : 'build docu option('python', type : 'combo', choices : ['auto', 'true', 'false'], description : 'Generate libnvme python bindings') option('openssl', type : 'feature', value: 'auto', description : 'OpenSSL support') +option('libdbus', type : 'feature', value: 'auto', description : 'libdbus support') -- cgit v1.2.3