Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-16 11:08:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-16 11:08:21 (GMT)
commitce122e493992be8af55819bc189ca56fd9179930 (patch)
tree85f4d02a5684f5b0629d2114e18bb4800dca1f05 /scripts
parentf633d3122cf41f01a0d199362e91edb5666a1a18 (diff)
Add dependency on xcursorgen
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index ba31063..1e4b019 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -34,6 +34,9 @@ binaries = [{ "name": "git",
{ "name": "intltoolize",
"packages": { "fedora": "intltool",
"ubuntu": "intltool" } },
+ { "name": "xcursorgen",
+ "packages": { "fedora": "xorg-x11-apps",
+ "ubuntu": "x11-apps" } },
{ "name": "gnome-doc-common", # FIXME
"packages": { "fedora": "gnome-common",
"ubuntu": "gnome-common" } }]