mirror of https://gitee.com/openkylin/vte2.91.git
32 lines
745 B
JSON
32 lines
745 B
JSON
{
|
|
"app-id" : "org.gnome.vte.gtk4",
|
|
"runtime" : "org.gnome.Platform",
|
|
"runtime-version" : "master",
|
|
"sdk" : "org.gnome.Sdk",
|
|
"command" : "vte-2.91-gtk4",
|
|
"finish-args" : [
|
|
"--device=dri",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--socket=ssh-auth"
|
|
],
|
|
"modules" : [
|
|
{
|
|
"name" : "vte",
|
|
"buildsystem" : "meson",
|
|
"config-opts" : [
|
|
"-Dglade=false",
|
|
"-Dgtk3=false",
|
|
"-Dgtk4=true",
|
|
"-Dvapi=false"
|
|
],
|
|
"sources" : [
|
|
{
|
|
"type" : "file",
|
|
"path" : ".."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|