Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/deps
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-22 23:42:50 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-22 23:42:50 (GMT)
commitcf521d120db4cf3ea49dc0a156473be8ea970e15 (patch)
tree5c33e6fba5cda7ada2ab1f371dd3f271280800b7 /config/deps
parenta750c6ab4249109dacee9c519cf599c4cf1e8be8 (diff)
Rework tree to use the gi atspi bindings directly
pyatspi is a mess, just adds another layer and undocumented
Diffstat (limited to 'config/deps')
-rw-r--r--config/deps/sugar-build.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/deps/sugar-build.json b/config/deps/sugar-build.json
index 0b400ab..557f644 100644
--- a/config/deps/sugar-build.json
+++ b/config/deps/sugar-build.json
@@ -9,8 +9,8 @@
"checker": "binary" },
{ "check": "dbus-launch",
"checker": "binary" },
- { "check_name": "pyatspi python",
- "check": "import pyatspi",
+ { "check_name": "atspi typelib",
+ "check": "from gi.repository import Atspi",
"checker": "python" },
{ "check": "xrandr",
"checker": "pkgconfig" },