Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/system.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deps/system.json')
-rw-r--r--scripts/deps/system.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/scripts/deps/system.json b/scripts/deps/system.json
new file mode 100644
index 0000000..ea9e0ff
--- /dev/null
+++ b/scripts/deps/system.json
@@ -0,0 +1,22 @@
+[{ "check": "c++",
+ "checker": "binary" },
+ { "check": "yasm",
+ "checker": "binary" },
+ { "check": "flex",
+ "checker": "binary" },
+ { "check": "xtst",
+ "checker": "pkgconfig" },
+ { "check": "bison",
+ "checker": "binary" },
+ { "check": "gtk-doc",
+ "checker": "pkgconfig" },
+ { "check": "cairo-gobject",
+ "checker": "pkgconfig" },
+ { "check": "iso-codes",
+ "checker": "pkgconfig" },
+ { "check": "xkbfile",
+ "checker": "pkgconfig" },
+ { "check": "espeak/speak_lib.h",
+ "checker": "include" },
+ { "check": "libxml-2.0",
+ "checker": "pkgconfig" }]