From d1ba81c4dddd447970679515c39ebe203d659b7a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 22 Feb 2021 20:07:45 +1000 Subject: [PATCH] meson.build: replace the remaining join_paths() with the nicer / syntax Signed-off-by: Peter Hutterer --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9478fcf..5b9d7ec 100644 --- a/meson.build +++ b/meson.build @@ -49,7 +49,7 @@ endif XKBCONFIGEXTRAPATH = get_option('xkb-config-extra-path') if XKBCONFIGEXTRAPATH == '' - XKBCONFIGEXTRAPATH = join_paths(get_option('prefix'), get_option('sysconfdir'), 'xkb') + XKBCONFIGEXTRAPATH = get_option('prefix')/get_option('sysconfdir')/'xkb' endif # The X locale directory for compose.