summaryrefslogtreecommitdiff
path: root/daemon/gdm-server.c
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2012-08-27 21:36:43 +0200
committerRay Strode <rstrode@redhat.com>2012-08-27 15:39:48 -0400
commitb558e17960cf44323245a7bad425c2b6ed346a63 (patch)
treedcdfa29d2d151f1355b69891cbd73ac744c436a4 /daemon/gdm-server.c
parent9c727fb7553250b46fe368163bab5156c016bed7 (diff)
downloadgdm-b558e17960cf44323245a7bad425c2b6ed346a63.tar.gz
Add configure option to specify directory of some tools
Add --with-gnome-settings-daemon-directory and --with-consolekit-directory for distributions that do not put gnome-settings-daemon and ck-get-x11-display-device directly in LIBEXECDIR. Closes: bgo#582320
Diffstat (limited to 'daemon/gdm-server.c')
-rw-r--r--daemon/gdm-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-server.c b/daemon/gdm-server.c
index a0e62b09..e1e9c39e 100644
--- a/daemon/gdm-server.c
+++ b/daemon/gdm-server.c
@@ -147,7 +147,7 @@ _gdm_server_query_ck_for_display_device (GdmServer *server)
g_return_val_if_fail (GDM_IS_SERVER (server), NULL);
error = NULL;
- command = g_strdup_printf (LIBEXECDIR "/ck-get-x11-display-device --display %s",
+ command = g_strdup_printf (CONSOLEKIT_DIR "/ck-get-x11-display-device --display %s",
server->priv->display_name);
g_debug ("GdmServer: Running helper %s", command);