summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 13fc358..15a361f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,6 +24,13 @@ option('enable-vala',
description: 'Enable Vala bindings'
)
+option('libsoup-abi',
+ type: 'combo',
+ value: 'auto',
+ choices: ['auto', '2.4', '3.0'],
+ description: 'Select libsoup ABI version'
+)
+
option('with-pci-ids-path',
type: 'string',
value: '',