meson.build: fix erroneous path expansion

Fixes: 5106461e31 ("meson: replace join_paths() with / operator")
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2192>
This commit is contained in:
Peter Hutterer 2026-04-27 13:55:51 +10:00 committed by Marge Bot
parent 756ccb5730
commit 074ad5410e

View file

@ -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 = [