summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7537d79a5..9619fc89a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,6 +11,9 @@ option('database',
type : 'combo', value : 'tdb',
choices : [ 'gdbm', 'tdb', 'simple' ],
description : 'Database backend')
+option('legacy-database-entry-format',
+ type : 'boolean', value : 'true',
+ description : 'Try to load legacy (< 1.0) database files (card, device and volume restore)')
option('pulsedspdir',
type : 'string',
description : 'Specify location where OSS wrapper will be installed')