X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=eb1314be67aea3968766280cc05909749ab26a5a;hb=bb3a6894d5521a9cbf9be2ec0012cf6b861537e2;hp=0e166b13495866e0ed6983aed5fe9e3f2912bf3a;hpb=ccc3415edd036be24bae3c7c3a615e04bdcebbaf;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/meson_options.txt b/meson_options.txt index 0e166b1..eb1314b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,11 +4,21 @@ option( description: 'The XKB config root [default=xkeyboard-config install path]', ) option( + 'xkb-config-extra-path', + type: 'string', + description: 'Extra lookup path for system-wide XKB data [default=$sysconfdir/xkb]', +) +option( 'x-locale-root', type: 'string', 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', @@ -39,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, @@ -51,8 +67,33 @@ 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 (requires enable-tools)', +) +option( + 'enable-xkbregistry', + type: 'boolean', + value: true, + description: 'Enable building libxkbregistry', +) +option( + 'enable-bash-completion', + type: 'boolean', + value: true, + description: 'Enable installing bash completion scripts', +) +option( + 'tizen-profile', + type: 'string', + value: 'common', description: 'Enable support for Wayland utility programs', ) +