summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-26 14:57:07 -0400
committerAdam Jackson <ajax@redhat.com>2018-03-27 13:00:26 -0400
commit0a7dabc86c1a7b8d91a5d22ad12fbf03d859f43e (patch)
tree8bdb6f007b7ac34a6bcb7108977700bd41f5123e /meson_options.txt
parenta26195d5c1eba86ada8f43e775c4190683e0f874 (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.txt1
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)