summaryrefslogtreecommitdiff
path: root/wayland.morph
blob: 27a0e173570353b65e8bc03791a6501963cfa96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "name": "wayland",
    "kind": "stratum",
    "build-depends": [
        {
            "morph": "foundation",
            "repo": "baserock:baserock/morphs",
            "ref": "ct/genivi/baseline"
        },
        {
            "morph": "x-common",
            "repo": "baserock:baserock/morphs",
            "ref": "ct/genivi/baseline"
        }
    ],
    "chunks": [
        {
            "name": "libxkbcommon",
            "repo": "upstream:xorg-lib-libxkbcommon",
            "ref": "master",
            "build-depends": []
        },
        {
            "name": "wayland",
            "repo": "upstream:wayland",
            "ref": "ct/genivi/wayland",
            "build-depends": [
                "libxkbcommon"
            ]
        },
        {
            "name": "mesa",
            "repo": "upstream:mesa",
            "ref": "ct/genivi/wayland",
            "build-depends": [
                "wayland",
            ]
        }
    ]
}