diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index dede8562a..ce1ae80bd 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -21,6 +21,7 @@ option('builder_string', type: 'string', description: 'Additional builder string option('log_dir', type: 'string') option('module_dir', type: 'string', description: 'X.Org modules directory') +option('default_font_path', type: 'string') option('glx', type: 'boolean', value: true) option('xdmcp', type: 'boolean', value: true) |