mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 19:30:05 +01:00
meson: Make sure XKM_OUTPUT_DIR has a trailing slash
RunXkbComp passes an invalid file path to xkbcomp if there's no
trailing slash.
Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1146
Suggested-by: Dylan Baker <dylan.c.baker@intel.com>
(cherry picked from commit 6c51818a0f)
This commit is contained in:
parent
a8581795ed
commit
aa06f8bdec
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ xkb_data.set_quoted('XKB_DFLT_MODEL', get_option('xkb_default_model'))
|
|||
xkb_data.set_quoted('XKB_DFLT_LAYOUT', get_option('xkb_default_layout'))
|
||||
xkb_data.set_quoted('XKB_DFLT_VARIANT', get_option('xkb_default_variant'))
|
||||
xkb_data.set_quoted('XKB_DFLT_OPTIONS', get_option('xkb_default_options'))
|
||||
xkb_data.set_quoted('XKM_OUTPUT_DIR', xkb_output_dir)
|
||||
xkb_data.set_quoted('XKM_OUTPUT_DIR', xkb_output_dir + '/')
|
||||
|
||||
configure_file(output : 'xkb-config.h',
|
||||
configuration : xkb_data)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue