summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d03a4dc..f13f4c8 100644
--- a/meson.build
+++ b/meson.build
@@ -40,7 +40,7 @@ conf.set('FONTROOTDIR', fontrootdir)
# Replaces XORG_FONTSUBDIR([ENCODINGSDIR],[encodingsdir],[encodings])
# with the substitution to use the FontDir defined in the Imake configs
-encodingsdir = get_option('with-fontrootdir')
+encodingsdir = get_option('with-encodingsdir')
if encodingsdir == ''
encodingsdir = 'FontDir' / 'encodings'
endif