Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-system')
-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" } },