[gnome-builder] build: fix incorrect params for manifest



commit c8c1e56c936fa1ef2142658194e278cdb921d54b
Author: Christian Hergert <chergert redhat com>
Date:   Tue Mar 12 20:46:49 2019 -0700

    build: fix incorrect params for manifest

 build-aux/flatpak/org.gnome.Builder.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 648684768..7e1fd7f8e 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -556,12 +556,12 @@
                 "--buildtype=debugoptimized",
                 "-Dctags_path=/app/bin/ctags",
                 "-Dfusermount_wrapper=true",
-                "-Dwith_tcmalloc=true",
+                "-Dtcmalloc=true",
                 "-Dpython_libprefix=python3.7",
-                "-Denable_tracing=true",
-                "-Dwith_help=true",
-                "-Dwith_deviced=true"
+                "-Dtracing=true",
+                "-Dhelp=true",
                 "-Dchannel=flatpak-nightly",
+                "-Dplugin_deviced=true"
             ],
             "cleanup" : [
                 "/share/gnome-builder/gir-1.0",


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