[gnome-apps-nightly] Use meson for gnome-software
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] Use meson for gnome-software
- Date: Fri, 28 Apr 2017 01:13:55 +0000 (UTC)
commit 6fcdb3faf2b39572051081410aedcf341243d88e
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Apr 27 21:13:41 2017 -0400
Use meson for gnome-software
org.gnome.Software.json | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/org.gnome.Software.json b/org.gnome.Software.json
index 903cb63..b0ef551 100644
--- a/org.gnome.Software.json
+++ b/org.gnome.Software.json
@@ -140,10 +140,12 @@
},
{
"name": "gnome-software",
- "config-opts": ["--disable-packagekit",
- "--enable-xdg-app",
- "--disable-man",
- "--disable-polkit"],
+ "buildsystem": "meson",
+ "builddir": true,
+ "config-opts": ["-Denable-packagekit=false",
+ "-Denable-flatpak=true",
+ "-Denable-man=false",
+ "-Denable-polkit=false"],
"post-install": [
/* Rename service file so dbus activation works */
"mv /app/share/dbus-1/services/org.gnome.Software.service
/app/share/dbus-1/services/org.gnome.Software.XdgApp.service",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]