Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-01 17:22:11 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-01 17:22:11 (GMT)
commit9d4bcf514ae2a6f68f5b9ce28cb35addd65cf1f7 (patch)
treeee106a0d94e2e715d9abcdb975c02dd8ce9cf9be /config/modules
parentf0e7ce55780ce3d11e985fb4e4f9a7efaf5c8dc5 (diff)
Build gnome-keyring with XDG_HOME_DATA support
Diffstat (limited to 'config/modules')
-rw-r--r--config/modules/system.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
index 2ee8893..99672f3 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -1,5 +1,15 @@
[
{
+ "branch": "gnome-3-4",
+ "if": "gnome_version == '3.4'",
+ "name": "gnome-keyring",
+ "options_evaluated": [
+ "'--with-pkcs11-config=%s/etc' % prefix",
+ "'--with-pkcs11-modules=%s/etc' % prefix"
+ ],
+ "repo": "git://github.com/dnarvaez/gnome-keyring.git"
+ },
+ {
"name": "glib",
"options": [
"--disable-modular-tests"