mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00: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>
This commit is contained in:
committed by
Michel Dänzer
parent
376eaadde3
commit
6c51818a0f
@@ -339,7 +339,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)
|
||||
|
||||
Reference in New Issue
Block a user