Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/deps/system.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-15 16:29:02 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-15 16:29:02 (GMT)
commit99b13c2bd7a90a439cb477b13ca25bf63d0ef1c0 (patch)
tree0b72811b47ceea767d80cf13ad62f35abb440165 /config/deps/system.json
parent3d63b2c813c9f00f706d7165195b587892817005 (diff)
Move configuration files to their own dir
Diffstat (limited to 'config/deps/system.json')
-rw-r--r--config/deps/system.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/config/deps/system.json b/config/deps/system.json
new file mode 100644
index 0000000..f9f70b3
--- /dev/null
+++ b/config/deps/system.json
@@ -0,0 +1,23 @@
+[{ "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_name": "espeak devel",
+ "check": "espeak/speak_lib.h",
+ "checker": "include" },
+ { "check": "libxml-2.0",
+ "checker": "pkgconfig" }]