Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-10 17:09:15 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-10 17:09:15 (GMT)
commit4dd3bc76bbab8266714a0f1a790bb13f505ccec4 (patch)
treef20db18b10a4f58235bfd1d2b438bb93fd366647 /scripts/check-system
parentac8f906010d4ddb83d362a366c77075cae558c20 (diff)
First attempt at adding gtk for the forall issue
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 1fe8b23..7b9b36e 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -258,6 +258,10 @@ checks = \
"checker": "binary",
"packages": { "fedora": "flex",
"ubuntu": "flex" } },
+ { "check": "xtst",
+ "checker": "pkgconfig",
+ "packages": { "fedora": "libXtst-devel",
+ "ubuntu": "libxtst-dev" } },
{ "check": "bison",
"checker": "binary",
"packages": { "fedora": "bison",