[gnome-builder] flatpak: switch sysprof to building with meson



commit 64e1a4ccb11e3a9cc99ff34aad253869fa257061
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 15 17:53:06 2017 -0700

    flatpak: switch sysprof to building with meson

 org.gnome.Builder.json |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Builder.json b/org.gnome.Builder.json
index 1ad0aab..33cfbe2 100644
--- a/org.gnome.Builder.json
+++ b/org.gnome.Builder.json
@@ -561,8 +561,14 @@
         },
         {
             "name": "sysprof",
-            "config-opts": [ "--enable-gtk", "--with-sysprofd=host" ],
-            "cleanup": [ "/bin/*", "/libexec/sysprof", "/share/appdata/*", "/share/applications/*", 
"/share/mime/packages" ],
+            "config-opts": [ "-Denable_gtk=true", "-Dwith_sysprofd=host" ],
+            "buildsystem": "meson",
+            "builddir": true,
+            "cleanup": [ "/bin/*",
+                         "/libexec/sysprof",
+                         "/share/appdata/*",
+                         "/share/applications/*",
+                         "/share/mime/packages" ],
             "sources": [
                 {
                     "type": "git",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]