[nautilus/ci-flatpak-tag] ci: Use default libdir location for tracker
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/ci-flatpak-tag] ci: Use default libdir location for tracker
- Date: Fri, 21 Feb 2020 09:51:10 +0000 (UTC)
commit 7e5760a287b91839cafdb49ee12d232931165989
Author: Ondrej Holy <oholy redhat com>
Date: Fri Feb 21 10:47:54 2020 +0100
ci: Use default libdir location for tracker
It is not clear to my why libdir is manually changed to "lib" for
tracker, let's try to use the default location to fix the current CI
failures:
meson.build:22:4: ERROR: Problem encountered: Did not find the required
versions of the Tracker core libraries installed in the system. Please
ensure they are installed, or use the -Dtracker_core=subproject option
to build from Git.
build-aux/flatpak/org.gnome.Nautilus.json | 1 -
build-aux/flatpak/org.gnome.Nautilus.yml | 1 -
build-aux/flatpak/org.gnome.NautilusMaster.yml | 1 -
3 files changed, 3 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index d3d13e047..07e75d780 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -69,7 +69,6 @@
"buildsystem": "meson",
"builddir": true,
"config-opts": [
- "--libdir=lib",
"-Ddocs=false",
"-Dfunctional_tests=false",
"-Djournal=false",
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index a75103bcf..bd80c8257 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -53,7 +53,6 @@ modules:
buildsystem: meson
builddir: true
config-opts:
- - "--libdir=lib"
- "-Ddocs=false"
- "-Dfunctional_tests=false"
- "-Djournal=false"
diff --git a/build-aux/flatpak/org.gnome.NautilusMaster.yml b/build-aux/flatpak/org.gnome.NautilusMaster.yml
index 773d317f8..c1792834c 100644
--- a/build-aux/flatpak/org.gnome.NautilusMaster.yml
+++ b/build-aux/flatpak/org.gnome.NautilusMaster.yml
@@ -52,7 +52,6 @@ modules:
buildsystem: meson
builddir: true
config-opts:
- - "--libdir=lib"
- "-Ddocs=false"
- "-Dfunctional_tests=false"
- "-Djournal=false"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]