build, flatpak: Add keyutils dep for gnome-online-accounts
This commit is contained in:
parent
541e11451e
commit
657ef02f1d
1 changed files with 15 additions and 0 deletions
|
@ -252,6 +252,21 @@
|
|||
"type" : "git",
|
||||
"url" : "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git"
|
||||
}
|
||||
],
|
||||
"modules" : [
|
||||
{
|
||||
"name" : "keyutils",
|
||||
"buildsystem" : "simple",
|
||||
"build-commands" : [
|
||||
"make NO_ARLIB=1 BINDIR=/app/bin SBINDIR=/app/sbin LIBDIR=/app/lib INCLUDEDIR=/app/include MANDIR=/app/share/man SHAREDIR=/app install"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
"type" : "git",
|
||||
"url" : "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue