Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/sugar-runtime.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deps/sugar-runtime.json')
-rw-r--r--scripts/deps/sugar-runtime.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/deps/sugar-runtime.json b/scripts/deps/sugar-runtime.json
index 574c819..61cc7c1 100644
--- a/scripts/deps/sugar-runtime.json
+++ b/scripts/deps/sugar-runtime.json
@@ -65,6 +65,9 @@
{ "check_name": "webkit typelib",
"check": "from gi.repository import WebKit",
"checker": "python" },
+ { "check_name": "cairo foreign",
+ "check": "from gi.repository import Gdk, Gtk; window = Gtk.Window(0); window.realize();context = Gdk.cairo_create(window.get_window())",
+ "checker": "python" },
{ "check_name": "pygst python",
"check": "import pygst",
"checker": "python" },
@@ -75,4 +78,8 @@
"checker": "gstreamer" },
{ "check_name": "abiword python",
"check": "import abiword",
- "checker": "python" }]
+ "checker": "python" },
+ { "check_name": "cairo typelib",
+ "check": "from gi.repository import cairo",
+ "checker": "python" }
+]