mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +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.2",
|
|
"commit": "f5932ab4250c8e709958c6e75a1a4941a5f0f386"
|
|
}
|
|
]
|
|
}
|