[nautilus] Flatpak: Install Meson from sources



commit 487e907b811106183d7c91333cdb8383c55f9e31
Author: Carlos Soriano <csoriano redhat com>
Date:   Fri May 18 08:45:27 2018 +0200

    Flatpak: Install Meson from sources
    
    Until we can use the master runtime that includes Meson 0.46.0.

 build-aux/flatpak/org.gnome.Nautilus.json | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 4073ea96e..94f24612c 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -17,6 +17,11 @@
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
     "modules": [
+        {
+            "name": "meson",
+            "buildsystem": "simple",
+            "build-commands": ["pip3 install meson"]
+        },
         {
             "name": "exiv2",
             "sources": [


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