summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-04-20 17:39:50 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-04-27 01:24:09 +0000
commitff3dcb932024ed13341938cded04142eda94600e (patch)
treea6ceb1692460a90f73f0e2c9c77acb6d6346b9c9 /meson_options.txt
parent54ca9223e605824229deab67437d82be6bb478ab (diff)
downloadxkeyboard-config-ff3dcb932024ed13341938cded04142eda94600e.tar.gz
meson.build: add option to install the legacy xorg symlinks
console-setup still relies on the xorg ruleset [1] and there may be other tools out there. Let's provide an equivalent option to our autotools build to install the xorg symlinks. Note that unlike the autotools approach, only the "xorg" symlinks are provided, not the well and truly legacy "xfree86" ones. [1] https://salsa.debian.org/installer-team/console-setup/-/merge_requests/7/ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1bee74b..912d21d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,3 +6,7 @@ option('compat-rules',
type: 'boolean',
value: true,
description: 'create compatibility rules [default=true]')
+option('xorg-rules-symlinks',
+ type: 'boolean',
+ value: true,
+ description: 'create "xorg" symlinks to the "base" rules files [default=false]')