X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=c8d5fd1d9b7312eac64887c15b068266f2374e7b;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20200221.093534;hp=f8ec8621a53d0f53398af240ea9b18f1d732b6f0;hpb=b23116a5534314600dfe2735aec28ce9b632feb4;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/meson_options.txt b/meson_options.txt index f8ec862..c8d5fd1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -19,11 +19,17 @@ option('systemd_user_dir', description: 'Location of the systemd user services', type: 'string', value: 'default') -option('enable_docs', +option('docs', description: 'Generate API reference for atspi (requires GTK-Doc)', type: 'boolean', value: false) - -option('enable-introspection', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable GObject Introspection (depends on GObject)') - -option('enable-x11', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto', description: 'Enable X11 support') +option('introspection', + description: 'Enable GObject Introspection (depends on GObject)', + type: 'combo', + choices: ['yes', 'no', 'auto'], + value: 'auto') +option('x11', + description: 'Enable X11 support', + type: 'combo', + choices: ['yes', 'no', 'auto'], + value: 'auto')