Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deps')
-rw-r--r--scripts/deps/sugar-runtime-3.4.json (copied from scripts/deps/sugar-runtime.json)0
-rw-r--r--scripts/deps/sugar-runtime-3.6.json (renamed from scripts/deps/sugar-runtime.json)2
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deps/sugar-runtime.json b/scripts/deps/sugar-runtime-3.4.json
index 61cc7c1..61cc7c1 100644
--- a/scripts/deps/sugar-runtime.json
+++ b/scripts/deps/sugar-runtime-3.4.json
diff --git a/scripts/deps/sugar-runtime.json b/scripts/deps/sugar-runtime-3.6.json
index 61cc7c1..29109f2 100644
--- a/scripts/deps/sugar-runtime.json
+++ b/scripts/deps/sugar-runtime-3.6.json
@@ -50,7 +50,7 @@
"check": "from gi.repository import GConf",
"checker": "python" },
{ "check_name": "gst typelib",
- "check": "from gi.repository import Gst",
+ "check": "import gi; gi.require_version('Gst', '1.0'); from gi.repository import Gst",
"checker": "python" },
{ "check_name": "wnck typelib",
"check": "from gi.repository import Wnck",