aboutsummaryrefslogtreecommitdiff
path: root/flatpak/libdecor.json
blob: 12afad69fd7261dba8c2bf466db4520eeab9a5ba (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"
  ]
}