Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/deps/prerequisites.json
blob: 1702e7c833cf2ceef2b2b5c92ba330cd7169f2e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
    {
        "check": "Xvfb", 
        "checker": "binary", 
        "name": "Xvfb"
    }, 
    {
        "check": "pkg-config", 
        "checker": "binary", 
        "name": "pkg-config"
    }, 
    {
        "check": "xdpyinfo", 
        "checker": "binary", 
        "name": "xdpyinfo"
    }
]