summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-18 17:16:43 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:17 -0500
commit0c30572a8bea202a92440c7aa5141c7e38b6f0b6 (patch)
tree7983f3183757bec963a56c0eadfff8c7742ef4b0 /common
parentab90bd38c5cf2236c3527cf7ef6b9f383218a9e5 (diff)
downloadgdm-0c30572a8bea202a92440c7aa5141c7e38b6f0b6.tar.gz
local-display-factory: provide override for disabling wayland
Since this wayland code is still pretty new, we need to provide an exit tactic for users. This commit introduces daemon/WaylandEnable which can be set to false, to disable wayland support. https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'common')
-rw-r--r--common/gdm-settings-keys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gdm-settings-keys.h b/common/gdm-settings-keys.h
index fd2c64e0..f0059b5c 100644
--- a/common/gdm-settings-keys.h
+++ b/common/gdm-settings-keys.h
@@ -33,6 +33,7 @@ G_BEGIN_DECLS
#define GDM_KEY_TIMED_LOGIN_USER "daemon/TimedLogin"
#define GDM_KEY_TIMED_LOGIN_DELAY "daemon/TimedLoginDelay"
#define GDM_KEY_INITIAL_SETUP_ENABLE "daemon/InitialSetupEnable"
+#define GDM_KEY_WAYLAND_ENABLE "daemon/WaylandEnable"
#define GDM_KEY_DEBUG "debug/Enable"