mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Update GitHub Flatpak builds to latest runtime version, add new libs that we need and remove the ones that are not needed anymore.
22 lines
475 B
JSON
22 lines
475 B
JSON
{
|
|
"name": "libmicrodns",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"--buildtype=release",
|
|
"-Dtests=disabled",
|
|
"-Dexamples=disabled"
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/pkgconfig"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/videolabs/libmicrodns.git",
|
|
"tag": "0.2.0",
|
|
"commit": "deb7ed7bf05dc26802a0ca1987049b31405b8930"
|
|
}
|
|
]
|
|
}
|