summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 05aa12a..1731380 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,5 +11,6 @@ option('enable-print-profiles', type : 'boolean', value : false, description : '
option('enable-tests', type : 'boolean', value : true, description : 'Build self tests')
option('enable-installed-tests', type : 'boolean', value : false, description : 'Install tests')
option('with-daemon-user', type : 'string', value : 'root', description : 'User for running the colord daemon')
+option('with-pnp-ids', type : 'string', value : '', description : 'Location of pnp.ids if hwdb is not available')
option('enable-man', type : 'boolean', value : true, description : 'Generate man pages')
option('enable-docs', type : 'boolean', value : true, description : 'Generate documentation')