mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
With updated CSS we use some variables intoduced in stable versions of libadwaita. To make it work properly, stop using alpha.2 and build recent stable version.
22 lines
520 B
JSON
22 lines
520 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.1.1",
|
|
"commit": "5ec9f624b23bf78b29dd708e77ccdfcee0a9867a"
|
|
}
|
|
]
|
|
}
|