[nautilus] Update org.gnome.NautilusGtk4.yml



commit a93c886e098d94f38ee14c32411c2def3c4067c7
Author: Ernestas Kulik <ernestas kulik gmail com>
Date:   Wed Jul 25 15:26:46 2018 +0000

    Update org.gnome.NautilusGtk4.yml

 build-aux/flatpak/org.gnome.NautilusGtk4.yml | 47 ++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]