Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/deps/sugar-runtime.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-01 17:36:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-01 17:36:21 (GMT)
commitc9279990317f537e4dfe5dbc95b3f4630f4878da (patch)
tree8cd704ac95fffebb8f5a434aa4684c8ba1d9344b /config/deps/sugar-runtime.json
parent3929ee8ecb2e7fdd1b59bd484c0147b096362eb1 (diff)
Fix gst typelib check on ubuntu
Diffstat (limited to 'config/deps/sugar-runtime.json')
-rw-r--r--config/deps/sugar-runtime.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/deps/sugar-runtime.json b/config/deps/sugar-runtime.json
index bdf3033..603a14d 100644
--- a/config/deps/sugar-runtime.json
+++ b/config/deps/sugar-runtime.json
@@ -71,12 +71,6 @@
"name": "gnome-keyring-daemon"
},
{
- "check": "from gi.repository import Gst",
- "checker": "python",
- "if": "gstreamer_version == '1.0'",
- "name": "gst typelib"
- },
- {
"check": "import gi; gi.require_version('Gst', '1.0'); from gi.repository import Gst; Gst.init([])",
"checker": "python",
"if": "gstreamer_version == '1.0'",