diff options
author | Carlos Soriano <csoriano1618@gmail.com> | 2018-09-14 07:29:03 +0000 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2018-09-14 07:29:03 +0000 |
commit | bfe8f49e151ad8f454ebe1e1414b72e2cc2d8db9 (patch) | |
tree | af599f9d33b89fe22592baedca5fa991ee75e3ca /build-aux | |
parent | 63795eb96932aeb496f84f1aed94ea1d4ea01b05 (diff) | |
download | nautilus-bfe8f49e151ad8f454ebe1e1414b72e2cc2d8db9.tar.gz |
Update build-aux/flatpak/org.gnome.Nautilus.json
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gnome.Nautilus.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json index 75200d13a..5154cc4d0 100644 --- a/build-aux/flatpak/org.gnome.Nautilus.json +++ b/build-aux/flatpak/org.gnome.Nautilus.json @@ -88,11 +88,16 @@ "buildsystem": "meson", "builddir": "true", "config-opts" : [ + "--libdir=lib", "-Ddocs=false", + "-Dfts=false", + "-Dfunctional_tests=false", + "-Djournal=false", + "-Dnetwork_manager=no", + "-Dstemmer=no", "-Dbash_completion=no", - "-Ddbus_services=no", - "--prefix=/app", - "--libdir=/app/lib" + "-Ddbus_services=/app/share/dbus-1/services", + "-Dsystemd_user_services=no" ], "sources" : [ { |