aboutsummaryrefslogtreecommitdiff
path: root/flatpak/libdecor.json
blob: 589310a35e514fdf439341bd3c54a2a0832c4531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "libdecor",
    "buildsystem": "meson",
    "config-opts": [
        "-Ddemo=false"
    ],
    "sources": [
        {
            "type": "git",
            "url": "https://gitlab.freedesktop.org/libdecor/libdecor.git",
            "commit": "73260393a97291c887e1074ab7f318e031be0ac6"
        },
        {
            "type": "patch",
            "path": "patches/weird_libdecor.patch"
        }
    ],
    "cleanup": [
        "/include",
        "/lib/pkgconfig"
    ]
}