[gnome-disk-utility/wip/cdavis/ui-cleanups: 11/39] flatpak: Enable diagnostics and disable deprecated API
- From: Kai Lüke <kailueke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/wip/cdavis/ui-cleanups: 11/39] flatpak: Enable diagnostics and disable deprecated API
- Date: Sun, 7 Feb 2021 19:45:05 +0000 (UTC)
commit 2213d952e2b815d4d871e862439dd8b978cd02af
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 fd0bee4e..bdcc764b 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]