summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Nautilus.json
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-05-27 16:20:51 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-06-28 15:49:15 +0200
commit3862cf798039ccf3cb57d39400288314f04db25c (patch)
tree3c9c8bc9b5a0fbeac2d066cec9a2b602fb639048 /build-aux/flatpak/org.gnome.Nautilus.json
parentcc7d1155068cbbba90c8766fe564eee3ff3c199e (diff)
downloadnautilus-3862cf798039ccf3cb57d39400288314f04db25c.tar.gz
general: Drop in-tree copy of gnome-desktop
The code was copied to avoid having an external GTK+ 3 dependency, but at this point it’s more trouble than it’s worth.
Diffstat (limited to 'build-aux/flatpak/org.gnome.Nautilus.json')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 9285c4e50..ac1ee9c8d 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -121,6 +121,21 @@
]
},
{
+ "name": "gnome-desktop",
+ "buildsystem": "meson",
+ "build-options": [
+ "config-opts": [
+ "-Ddebug_tools=false",
+ "-Ddesktop_docs=false",
+ "-Dudev=disabled"
+ ]
+ ],
+ "sources": [
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ ]
+ },
+ {
"name": "gnome-autoar",
"sources": [
{