X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=meson_options.txt;h=04982c6a83a6c0361037441e6cd72edc2e7984cb;hb=1318bedbb7ec4a761edfb93a3dbdde00fd1e8127;hp=0e166b13495866e0ed6983aed5fe9e3f2912bf3a;hpb=ccc3415edd036be24bae3c7c3a615e04bdcebbaf;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/meson_options.txt b/meson_options.txt index 0e166b1..04982c6 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]', @@ -56,3 +61,9 @@ option( value: true, description: 'Enable support for Wayland utility programs', ) +option( + 'enable-xkbregistry', + type: 'boolean', + value: true, + description: 'Enable building libxkbregistry', +)