docs: update the include path documentation

Missing from e23f1061b2 and
3a91788d92.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
master
Peter Hutterer 2019-11-14 09:52:21 +10:00 committed by Ran Benita
parent 3d43f4806d
commit 59d2a71383
1 changed files with 5 additions and 3 deletions

View File

@ -616,11 +616,13 @@ xkb_context_get_user_data(struct xkb_context *context);
* The include paths are the file-system paths that are searched when an
* include statement is encountered during keymap compilation.
*
* The default include paths are:
* - The system XKB root, defined at library configuration time.
* If * the `XKB_CONFIG_ROOT` environment is defined, it is used instead.
* The default include paths are, in that lookup order:
* - The path `$XDG_CONFIG_HOME/xkb`, with the usual `XDG_CONFIG_HOME`
* fallback to `$HOME/.config/` if unset.
* - The path `$HOME/.xkb`, where $HOME is the value of the environment
* variable `HOME`.
* - The `XKB_CONFIG_ROOT` environment variable, if defined, otherwise
* the system XKB root, defined at library configuration time.
*
* @{
*/