- Brings back all manifest improvements, such as the incredibly important Mojang Java Downloader (without it, the Flatpak doesn't work), and important fixes for Wayland. Signed-off-by: Arcitec <38923130+Arcitec@users.noreply.github.com> (cherry picked from commit 4ce025c0a209a4eec20f7f1b9a7777bbe886be8c)
19 lines
332 B
JSON
19 lines
332 B
JSON
{
|
|
"name": "libdecor",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Ddemo=false"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/libdecor/libdecor.git",
|
|
"commit": "c2bd8ad6fa42c0cb17553ce77ad8a87d1f543b1f"
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig"
|
|
]
|
|
}
|