summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2022-08-05 16:02:41 +0200
committerAntónio Fernandes <antoniof@gnome.org>2022-08-06 12:40:58 +0000
commit9dcb29db7b7cdd2824dfe63e8f928fc31290e825 (patch)
tree3e3f843c249376aa8ddd38d2f2505a3c45ec8fdd /build-aux
parent2e48a8dffdd477db2aebe4f912cfccd1d322de72 (diff)
downloadnautilus-9dcb29db7b7cdd2824dfe63e8f928fc31290e825.tar.gz
flatpak: Add libcloudproviders dependency
The libcloudproviders dependency is now mandatory. Let's add it in the manifest.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json11
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.yml6
2 files changed, 17 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 7b11e90ae..cdfd6b2fd 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -137,6 +137,17 @@
]
},
{
+ "name": "libcloudproviders",
+ "buildsystem": "meson",
+ "builddir": true,
+ "sources" : [
+ {
+ "type": "git",
+ "url": "https://gitlab.gnome.org/World/libcloudproviders.git"
+ }
+ ]
+ },
+ {
"buildsystem": "meson",
"builddir": true,
"name": "nautilus",
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index afd6db650..0e64c9062 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -99,6 +99,12 @@ modules:
- type: git
url: https://github.com/flatpak/libportal.git
branch: main
+- name: libcloudproviders
+ buildsystem: meson
+ builddir: true
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/World/libcloudproviders.git
- buildsystem: meson
builddir: true
name: nautilus