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-21 14:01:11 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-21 14:01:11 (GMT)
commite7f2ffc9656f78c8cca4483af888200114d46a73 (patch)
treec4dbf5ac3b3ee8a5bfdadef2609567c91adfcce8 /scripts
parente3326e9a3b3cb54a7d88145df602dcf68c835bd1 (diff)
Add dependency on pygobject3
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 e57bba3..acd5586 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -80,6 +80,9 @@ libs = [{ "name": "python2",
{ "name": "pycairo",
"packages": { "fedora": "pycairo-devel",
"ubuntu": "python-cairo-dev" } },
+ { "name": "pygobject3",
+ "packages": { "fedora": "pygobject3",
+ "ubuntu": "pygobject" } },
{ "name": "xrandr", # list-displays
"packages": { "fedora": "libXrandr-devel",
"ubuntu": "libxrandr-dev" } },