summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestas.kulik@gmail.com>2018-07-25 15:26:46 +0000
committerErnestas Kulik <ernestas.kulik@gmail.com>2018-07-25 15:26:46 +0000
commita93c886e098d94f38ee14c32411c2def3c4067c7 (patch)
tree43b274e0c5954e698c7b0ed6b922661517ba3f0b
parentbc93e1cc53517c698f3cd44ca0810503237fbae4 (diff)
downloadnautilus-a93c886e098d94f38ee14c32411c2def3c4067c7.tar.gz
Update org.gnome.NautilusGtk4.yml
-rw-r--r--build-aux/flatpak/org.gnome.NautilusGtk4.yml47
1 files changed, 47 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.NautilusGtk4.yml b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
index 722afc3ef..c41c28f7d 100644
--- a/build-aux/flatpak/org.gnome.NautilusGtk4.yml
+++ b/build-aux/flatpak/org.gnome.NautilusGtk4.yml
@@ -74,6 +74,53 @@ modules:
- type: git
url: https://gitlab.gnome.org/GNOME/gnome-autoar.git
+ - name: wayland
+ sources:
+ - type: git
+ url: https://github.com/wayland-project/wayland.git
+ config-opts:
+ - "--disable-documentation"
+ buildsystem: autotools
+ builddir: true
+ cleanup:
+ - "/bin"
+ - "/include"
+ - "/lib/pkgconfig"
+ - "/share/aclocal"
+ - "*.la"
+
+ - name: graphene
+ sources:
+ - type: git
+ url: https://github.com/ebassi/graphene.git
+ config-opts:
+ - "--libdir=lib"
+ - "-Dintrospection=false"
+ - "-Dtests=false"
+ - "-Dbenchmarks=false"
+ buildsystem: meson
+ builddir: true
+ cleanup:
+ - "/include"
+ - "/lib/pkgconfig"
+
+ - name: gtk+
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/gtk.git
+ config-opts:
+ - "--libdir=lib"
+ - "-Dintrospection=false"
+ - "-Ddemos=false"
+ - "-Dbuild-examples=false"
+ - "-Dbuild-tests=false"
+ buildsystem: meson
+ builddir: true
+ cleanup:
+ - "/bin"
+ - "/include"
+ - "/lib/pkgconfig"
+
- name: nautilus
buildsystem: meson
builddir: true