[gnome-disk-utility/wip/cdavis/ui-cleanups: 1/31] flatpak: Enable diagnostics and disable deprecated API




commit 1ba77ff92e3ff90cbca9beac4ea06f19de96e2c7
Author: Christopher Davis <brainblasted disroot org>
Date:   Fri Jan 8 12:50:46 2021 -0800

    flatpak: Enable diagnostics and disable deprecated API

 flatpak/org.gnome.DiskUtility.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.DiskUtility.json b/flatpak/org.gnome.DiskUtility.json
index fa406b56..0b0aa963 100644
--- a/flatpak/org.gnome.DiskUtility.json
+++ b/flatpak/org.gnome.DiskUtility.json
@@ -16,10 +16,11 @@
         "--socket=session-bus",
         "--socket=system-bus",
         "--socket=wayland",
-        "--socket=x11"
+        "--socket=x11",
+        "--env=G_ENABLE_DIAGNOSTIC=1"
     ],
     "build-options" : {
-        "cflags" : "-O2 -g",
+        "cflags" : "-O2 -g -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED",
         "cxxflags" : "-O2 -g",
         "env" : {
             "V" : "1"


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