mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
22 lines
528 B
JSON
22 lines
528 B
JSON
{
|
|
"name": "libadwaita",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"--buildtype=release",
|
|
"--wrap-mode=nofallback",
|
|
"-Dintrospection=enabled",
|
|
"-Dvapi=false",
|
|
"-Dgtk_doc=false",
|
|
"-Dtests=false",
|
|
"-Dexamples=false"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
|
|
"tag": "1.0.0.alpha.4",
|
|
"commit": "6b447fde8f270001a0dc29ef59d3e9bf6d32dae9"
|
|
}
|
|
]
|
|
}
|