X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=69850b834d01d765e0c8f42259d1e11837fd1673;hb=45ba936bf036eed15518fd5788b617d4dfae07d2;hp=95c5a106f58c4f0eb6ada262d8d06c53352fdb09;hpb=ed57fb8b869ba1edd226b55953ace0719fe8e1c1;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/meson_options.txt b/meson_options.txt index 95c5a10..69850b8 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, @@ -54,7 +65,7 @@ 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', @@ -62,9 +73,3 @@ option( value: true, description: 'Enable building libxkbregistry', ) -option( - 'enable-manpages', - type: 'boolean', - value: true, - description: 'Enable building man pages', -)