[gnome-apps-nightly] Software and Eog: Fix arguments passed to gnome-desktop
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] Software and Eog: Fix arguments passed to gnome-desktop
- Date: Thu, 13 Sep 2018 17:54:10 +0000 (UTC)
commit adb0fa58ad45385cc0326e76b39d3c0b3d922eae
Author: Jordan Petridis <jpetridis gnome org>
Date: Thu Sep 13 20:51:15 2018 +0300
Software and Eog: Fix arguments passed to gnome-desktop
Turns out debug_tools wants a boolean instead of a feature
org.gnome.Software.json | 2 +-
org.gnome.eog.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/org.gnome.Software.json b/org.gnome.Software.json
index e2077c9..b01f335 100644
--- a/org.gnome.Software.json
+++ b/org.gnome.Software.json
@@ -131,7 +131,7 @@
{
"name": "gnome-desktop",
"buildsystem": "meson",
- "config-opts": ["-Ddebug_tools=disabled-", "-Dudev=disabled"],
+ "config-opts": ["-Ddebug_tools=false", "-Dudev=disabled"],
"sources": [
{
"type": "git",
diff --git a/org.gnome.eog.json b/org.gnome.eog.json
index c39f6f8..291453c 100644
--- a/org.gnome.eog.json
+++ b/org.gnome.eog.json
@@ -35,7 +35,7 @@
{
"name": "gnome-desktop",
"buildsystem": "meson",
- "config-opts": ["-Ddebug_tools=disabled-", "-Dudev=disabled"],
+ "config-opts": ["-Ddebug_tools=false", "-Dudev=disabled"],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]