X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=924d1f703d6868d651bfbd4f669efa2878908932;hb=9c2f0fdbed1315f20f287df1c0f85bc017619009;hp=0e166b13495866e0ed6983aed5fe9e3f2912bf3a;hpb=86434d8498fdc674a8b1c9fe7f9f4b4ca54240a5;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/meson_options.txt b/meson_options.txt index 0e166b1..924d1f7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,6 +4,11 @@ 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]', @@ -39,6 +44,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 +62,20 @@ 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', + type: 'boolean', + value: true, + description: 'Enable building libxkbregistry', )