mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
flatpak: Add cmocka dependency
This commit is contained in:
parent
9cdf46617f
commit
f86162da03
1 changed files with 12 additions and 0 deletions
|
@ -134,6 +134,18 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "cmocka",
|
||||
"buildsystem" : "cmake",
|
||||
"builddir" : true,
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "archive",
|
||||
"url" : "https://cmocka.org/files/1.1/cmocka-1.1.5.tar.xz",
|
||||
"sha256" : "f0ccd8242d55e2fd74b16ba518359151f6f8383ff8aef4976e48393f77bba8b6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : "libphonenumber",
|
||||
"buildsystem" : "cmake-ninja",
|
||||
|
|
Loading…
Reference in a new issue