flatpak: Switch upower to meson
UPower switched to meson at the beginning of September.
This commit is contained in:
parent
deac23fc99
commit
de6db7e96c
1 changed files with 5 additions and 6 deletions
|
@ -306,13 +306,12 @@
|
|||
},
|
||||
{
|
||||
"name" : "upower",
|
||||
"buildsystem" : "autotools",
|
||||
"buildsystem" : "meson",
|
||||
"config-opts" : [
|
||||
"--prefix=/app",
|
||||
"--with-systemdsystemunitdir=/app/lib/systemd/system",
|
||||
"--disable-gtk-doc",
|
||||
"--disable-man-pages",
|
||||
"--disable-tests"
|
||||
"-Dsystemdsystemunitdir=/app/lib/systemd/system",
|
||||
"-Dgtk-doc=false",
|
||||
"-Dman=false",
|
||||
"-Dintrospection=disabled"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue