Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/deps/sugar-build.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/deps/sugar-build.json')
-rw-r--r--config/deps/sugar-build.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/deps/sugar-build.json b/config/deps/sugar-build.json
new file mode 100644
index 0000000..2f368e7
--- /dev/null
+++ b/config/deps/sugar-build.json
@@ -0,0 +1,15 @@
+[{ "check": "atk-bridge",
+ "checker": "gtkmodule" },
+ { "check": "xinit",
+ "checker": "binary" },
+ { "check": "Xephyr",
+ "checker": "binary" },
+ { "check": "dbus-launch",
+ "checker": "binary" },
+ { "check_name": "pyatspi python",
+ "check": "import pyatspi",
+ "checker": "python" },
+ { "check": "xrandr",
+ "checker": "pkgconfig" },
+ { "check": "x11",
+ "checker": "pkgconfig" }]