From d7b39f6ffbe9b46181c5597b0d0e7373eb2e9070 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 10 Jul 2020 08:50:02 +1000 Subject: Add /etc/xkb as extra lookup path for system data files This completes the usual triplet of configuration locations available for most processes: - vendor-provided data files in /usr/share/X11/xkb - system-specific data files in /etc/xkb - user-specific data files in $XDG_CONFIG_HOME/xkb The default lookup order user, system, vendor, just like everything else that uses these conventions. For include directives in rules files, the '%E' resolves to that path. Signed-off-by: Peter Hutterer --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 5eaa081..04982c6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -3,6 +3,11 @@ option( type: 'string', 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', -- cgit v1.2.1