build: update manifest

This commit is contained in:
Christian Hergert
2023-07-21 20:04:35 -07:00
parent db31ca62d7
commit 00f2db291c

View File

@ -98,6 +98,26 @@
}
]
},
{
"name" : "libpanel",
"buildsystem" : "meson",
"config-opts" : [
"--buildtype=debugoptimized",
"-Ddocs=disabled",
"-Dintrospection=disabled",
"-Dinstall-examples=false",
"-Ddevelopment=true",
"-Dtests=false",
"-Dvapi=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libpanel.git",
"branch" : "main"
}
]
},
{
"name" : "libdex",
"buildsystem" : "meson",
@ -112,7 +132,7 @@
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/chergert/libdex.git",
"url" : "https://gitlab.gnome.org/GNOME/libdex.git",
"branch" : "main"
}
]