meson.build: replace the remaining join_paths() with the nicer / syntax
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>master
parent
0abd430e85
commit
d1ba81c4dd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue