summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-07-01 16:42:17 -0700
committerChristian Hergert <chergert@redhat.com>2019-07-01 16:42:17 -0700
commitdaac24d50c241724b9a9feec0370ad39e19966b5 (patch)
treeeaea3b5d9e73a751238fca1098df2fe2a4fe4f6d /build-aux
parent9aa7b071a1a445a2a777f5cceb8939df6747ec32 (diff)
downloadnautilus-daac24d50c241724b9a9feec0370ad39e19966b5.tar.gz
build: fix flatpak json manifest
This allows Builder to open the Nautilus project again. I suspect that there is also some configuration issue with the .yml file.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index ac1ee9c8d..c491f7f50 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -123,16 +123,16 @@
{
"name": "gnome-desktop",
"buildsystem": "meson",
- "build-options": [
- "config-opts": [
- "-Ddebug_tools=false",
- "-Ddesktop_docs=false",
- "-Dudev=disabled"
- ]
+ "config-opts": [
+ "-Ddebug_tools=false",
+ "-Ddesktop_docs=false",
+ "-Dudev=disabled"
],
"sources": [
- "type": "git",
- "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ }
]
},
{