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-system6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index e904e7c..e57bba3 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -80,6 +80,12 @@ libs = [{ "name": "python2",
{ "name": "pycairo",
"packages": { "fedora": "pycairo-devel",
"ubuntu": "python-cairo-dev" } },
+ { "name": "xrandr", # list-displays
+ "packages": { "fedora": "libXrandr-devel",
+ "ubuntu": "libxrandr-dev" } },
+ { "name": "x11", # list-displays
+ "packages": { "fedora": "libX11-devel",
+ "ubuntu": "libx11-dev" } },
{ "name": "icon-naming-utils",
"packages": { "fedora": "icon-naming-utils",
"ubuntu": "icon-naming-utils" } }]