Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/sugar-runtime-3.6.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deps/sugar-runtime-3.6.json')
-rw-r--r--scripts/deps/sugar-runtime-3.6.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deps/sugar-runtime-3.6.json b/scripts/deps/sugar-runtime-3.6.json
index 29109f2..5ad43eb 100644
--- a/scripts/deps/sugar-runtime-3.6.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": "import gi; gi.require_version('Gst', '1.0'); from gi.repository import Gst",
+ "check": "import gi; gi.require_version('Gst', '1.0'); from gi.repository import Gst; Gst.init([])",
"checker": "python" },
{ "check_name": "wnck typelib",
"check": "from gi.repository import Wnck",