From 2c7ed90ded4c9b01e7d6487c67700b65161c5c62 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sun, 23 Feb 2020 20:50:33 +0800 Subject: meson: add configuration item description --- meson_options.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meson_options.txt b/meson_options.txt index 7eea7cd..90f6fed 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,20 +1,29 @@ option('gtk-doc', type: 'boolean', value: 'false', + description: 'use gtk-doc to build documentation' ) + option('introspection', type: 'boolean', value: 'false', + description: 'Enable introspection for this build' ) + option('mate-about', type: 'boolean', value: 'true', + description: 'build mate-about' ) + option('startup-notification', type: 'boolean', value: 'false', + description: 'startup notification support' ) + option('pnp-ids-path', type: 'string', value: 'internal', + description: 'Specify the path to pnp.ids, default is "internal"' ) -- cgit v1.2.1