flatpak: Switch upower to meson

UPower switched to meson at the beginning of September.
This commit is contained in:
Bastien Nocera 2021-09-15 18:36:07 +02:00
parent deac23fc99
commit de6db7e96c

View file

@ -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" : [
{