summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2020-12-21 16:02:52 +0100
committerRay Strode <halfline@gmail.com>2021-02-24 20:35:53 +0000
commit4585abed659bff24aaecee44dbc0bb9dfde485f4 (patch)
tree5c187f62c668a3d38208d10e951b5510b948abad /meson_options.txt
parentd98debd294060489c77d913d32674c4e08987b8f (diff)
downloadgdm-4585abed659bff24aaecee44dbc0bb9dfde485f4.tar.gz
meson: Remove unused check-accelerated-dir option and references
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 49550bc1..14e0b908 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,4 @@
option('at-spi-registryd-dir', type: 'string', value: '', description: 'Specify the directory of at-spi-registryd.')
-option('check-accelerated-dir', type: 'string', value: '', description: 'Specify the directory of gnome-session-check-accelerated.')
option('custom-conf', type: 'string', value: '', description: 'Filename to give to custom configuration file.')
option('dbus-sys', type: 'string', value: '', description: 'Where D-Bus systemd directory is.')
option('default-pam-config', type: 'combo', choices: [ 'autodetect', 'redhat', 'openembedded', 'exherbo', 'lfs', 'arch', 'none'], value: 'autodetect', description: '')