X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=3186adad95539c6cfb2705244bb92e591a6f4447;hb=4e08273c7ea262fba0b2507b04cd1e21e01c0d5f;hp=04982c6a83a6c0361037441e6cd72edc2e7984cb;hpb=d7b39f6ffbe9b46181c5597b0d0e7373eb2e9070;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/meson_options.txt b/meson_options.txt index 04982c6..3186ada 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -14,6 +14,11 @@ option( description: 'The X locale root [default=$datadir/X11/locale]', ) option( + 'bash-completion-path', + type: 'string', + description: 'Directory for bash completion scripts' +) +option( 'default-rules', type: 'string', value: 'evdev', @@ -44,6 +49,12 @@ option( description: 'Default XKB options', ) option( + 'enable-tools', + type: 'boolean', + value: true, + description: 'Enable building tools', +) +option( 'enable-x11', type: 'boolean', value: true, @@ -56,10 +67,16 @@ option( description: 'Enable building the documentation', ) option( + 'enable-cool-uris', + type: 'boolean', + value: false, + description: 'Enable creating redirections to maintain stable documentation pages', +) +option( 'enable-wayland', type: 'boolean', value: true, - description: 'Enable support for Wayland utility programs', + description: 'Enable support for Wayland utility programs (requires enable-tools)', ) option( 'enable-xkbregistry', @@ -67,3 +84,10 @@ option( value: true, description: 'Enable building libxkbregistry', ) +option( + 'enable-bash-completion', + type: 'boolean', + value: true, + description: 'Enable installing bash completion scripts', +) +