Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-04-23 11:15:42 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 11:15:42 (GMT)
commit1f4379a53a0333727c5d900f22495d6b6c7bdc85 (patch)
treedb99b1fad9cb58d7e22e05084a7b48506d0b823b
parent869056e4fd1c7bfb8cda9587a29e46508fa44dee (diff)
Require sqlite3 only on gnome 3.4
-rw-r--r--config/deps/sugar-buildtime.json1
-rw-r--r--config/modules/system.json3
2 files changed, 4 insertions, 0 deletions
diff --git a/config/deps/sugar-buildtime.json b/config/deps/sugar-buildtime.json
index d9d27e0..f1a8788 100644
--- a/config/deps/sugar-buildtime.json
+++ b/config/deps/sugar-buildtime.json
@@ -153,6 +153,7 @@
{
"check": "sqlite3",
"checker": "pkgconfig",
+ "if": "gnome_version == '3.4'",
"name": "sqlite3"
},
{
diff --git a/config/modules/system.json b/config/modules/system.json
index a97e602..ca2eb80 100644
--- a/config/modules/system.json
+++ b/config/modules/system.json
@@ -137,6 +137,9 @@
},
{
"name": "webkitgtk",
+ "options": [
+ "--enable-introspection"
+ ],
"out-of-source": false,
"repo": "git://github.com/dnarvaez/webkitgtk"
}