You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jade-gui/modules.json

35 lines
640 B
JSON

{
"name": "modules",
"buildsystem": "simple",
"build-commands": [],
"modules": [
{
"name": "vte",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/vte.git",
"commit": "3ed53bfaa7344ce5b7727a60a2d33315b15201e5"
}
],
"config-opts": [
"-Ddocs=false",
"-Dvapi=false",
"-Dgtk4=true",
"-Dgtk3=false"
]
},
{
"name": "jadegui",
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}