[gnome-disk-utility/wip/cdavis/ui-cleanups: 3/31] 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: 3/31] flatpak: Enable diagnostics and disable deprecated API
- Date: Sun, 7 Feb 2021 21:24:38 +0000 (UTC)
commit b546ab5834442f1d92ba6b3d30200a727d315b7f
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]