summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-01-02 21:59:20 +0100
committerCarlos Soriano <csoriano@gnome.org>2018-01-02 21:59:20 +0100
commit4045ac770074fed343cb6d932a46b4216f239082 (patch)
treed6cbcc5da41dc3b4b44c3b172c8044a8f3800711 /build-aux
parent31271dc377475c223d38755a027205545bf6af74 (diff)
downloadnautilus-4045ac770074fed343cb6d932a46b4216f239082.tar.gz
Flatpak: Build meson since we require 0.44
With the latest changes, and it's going to take a while to be present in the Flatpak SDK.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json16
1 files changed, 15 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 03b667658..92abb5387 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -19,6 +19,20 @@
"cleanup": [ "/include", "/share/bash-completion" ],
"modules": [
{
+ "name": "meson",
+ "buildsystem": "simple",
+ "build-commands": [
+ "python3 setup.py install --prefix=/app"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/mesonbuild/meson/releases/download/0.44.0/meson-0.44.0.tar.gz",
+ "sha256": "50f9b12b77272ef6ab064d26b7e06667f07fa9f931e6a20942bba2216ba4281b"
+ }
+ ]
+ },
+ {
"name": "exiv2",
"sources": [
{
@@ -84,7 +98,7 @@
"builddir": true,
"name": "nautilus",
"config-opts": [
- "-Denable-selinux=false",
+ "-Dselinux=false",
"--libdir=/app/lib"
],
"sources": [