From 074ad5410e4086907b30d45d731570c9f1685d75 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 Apr 2026 13:55:51 +1000 Subject: [PATCH] meson.build: fix erroneous path expansion Fixes: 5106461e316f ("meson: replace join_paths() with / operator") Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0e94a2f3c..caca0cc58 100644 --- a/meson.build +++ b/meson.build @@ -155,7 +155,7 @@ if dfp == '' if fontutil_dep.found() fontrootdir = fontutil_dep.get_variable(pkgconfig : 'fontrootdir') else - fontrootdir = get_option('prefix') / get_option('datadir', 'fonts', 'X11') + fontrootdir = get_option('prefix') / get_option('datadir') / 'fonts' / 'X11' endif endif dfp_elements = [