summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-07 20:46:27 +0900
committerJavier Jardón <jjardon@gnome.org>2015-10-12 20:56:38 +0100
commit1f830ead3bff780eb924eeb9c7f674cf9b250e12 (patch)
tree9781b4e3f938f520664e60b9dee7ac67e75b1d9a /strata
parent836de0410b5e0031b5826afa23b62f1de51e556f (diff)
downloaddefinitions-1f830ead3bff780eb924eeb9c7f674cf9b250e12.tar.gz
Enable pam for gnome-keyring
This is the recommended way for starting gnome-keyring automatically at login time. Change-Id: I05ee9e0b67351943e4696778a52bde327ee1e58e See: https://wiki.gnome.org/Projects/GnomeKeyring/RunningDaemon and: https://wiki.gnome.org/Projects/GnomeKeyring/Pam
Diffstat (limited to 'strata')
-rw-r--r--strata/gnome/gnome-keyring.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/gnome/gnome-keyring.morph b/strata/gnome/gnome-keyring.morph
index 820c4dcf..d34bc65f 100644
--- a/strata/gnome/gnome-keyring.morph
+++ b/strata/gnome/gnome-keyring.morph
@@ -2,4 +2,4 @@ name: gnome-keyring
kind: chunk
build-system: autotools
configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --disable-doc
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-pam --with-pam-dir=/lib/security --disable-doc