summaryrefslogtreecommitdiff
path: root/wayland-armv7-versatile.morph
blob: 304a7ad11c3ecbdfaf5615b9657041a5a14b2b11 (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
41
42
43
44
45
46
47
48
49
50
51
{
    "name": "wayland-armv7-versatile",
    "kind": "stratum",
    "build-depends": [
        {
            "morph": "core",
            "repo": "baserock:baserock/morphs",
            "ref": "master"
        },
        {
            "morph": "foundation",
            "repo": "baserock:baserock/morphs",
            "ref": "master"
        },
        {
            "morph": "genivi-foundation",
            "repo": "baserock:baserock/morphs",
            "ref": "master"
        },
        {
            "morph": "x-common",
            "repo": "baserock:baserock/morphs",
            "ref": "master"
        }
    ],
    "chunks": [
        {
            "name": "libxkbcommon",
            "repo": "upstream:xorg-lib-libxkbcommon",
            "ref": "baserock/morph",
            "build-depends": []
        },
        {
            "name": "wayland",
            "repo": "upstream:wayland",
            "ref": "baserock/genivi/wayland",
            "build-depends": [
                "libxkbcommon"
            ]
        },
        {
            "name": "mesa-wayland",
            "repo": "upstream:mesa",
            "ref": "baserock/genivi/baseline-armv7-versatile",
            "build-depends": [
                "wayland"
            ]
        }
    ]
}