build: add libdazzle dependency

Now that libdazzle can compile on gtk+-3 3.22 again, we can use it and
still keep things working on Debian stable, RHEL, etc.
This commit is contained in:
Christian Hergert
2019-05-17 17:13:44 -07:00
parent c57258c40c
commit 2212650b00
8 changed files with 23 additions and 1984 deletions

View File

@ -81,6 +81,21 @@
}
]
},
{
"name" : "libdazzle",
"config-opts" : [
"--libdir=/app/lib",
"--buildtype=debugoptimized"
],
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libdazzle.git"
}
]
},
{
"name" : "sysprof",
"config-opts" : [
@ -94,7 +109,7 @@
"sources" : [
{
"type" : "git",
"url" : "https://git.gnome.org/browse/sysprof"
"url" : "https://gitlab.gnome.org/GNOME/sysprof.git"
}
]
}