[nautilus] flatpak: Fix fallout from JSON-YAML conversion
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] flatpak: Fix fallout from JSON-YAML conversion
- Date: Thu, 6 Dec 2018 08:16:08 +0000 (UTC)
commit 8442b4e7dd45fe15ebafa4457e781e9e9c89d166
Author: Ernestas Kulik <ernestask gnome org>
Date: Thu Dec 6 08:15:53 2018 +0000
flatpak: Fix fallout from JSON-YAML conversion
build-aux/flatpak/org.gnome.Nautilus.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index c69166795..904e190ef 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -50,7 +50,7 @@ modules:
- "/etc"
- "/libexec"
buildsystem: meson
- builddir: 'true'
+ builddir: true
config-opts:
- "--libdir=lib"
- "-Ddocs=false"
@@ -73,7 +73,7 @@ modules:
name: nautilus
config-opts:
- "--libdir=/app/lib"
- - "-Dprofile=development"
+ - "-Dprofile=Devel"
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/nautilus.git
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]