diff options
author | Adam Jackson <ajax@redhat.com> | 2018-03-26 14:57:07 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-03-27 13:00:26 -0400 |
commit | 0a7dabc86c1a7b8d91a5d22ad12fbf03d859f43e (patch) | |
tree | 8bdb6f007b7ac34a6bcb7108977700bd41f5123e /meson_options.txt | |
parent | a26195d5c1eba86ada8f43e775c4190683e0f874 (diff) |
meson: Add option to set default font path (v2)
The autotools build gets this from some macros in fontutil, but they're
just wrappers around pkgconfig.
v2: Use same default as autotools (Keith Packard)
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
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) |