summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2023-02-06 07:53:32 +0100
committerOndrej Holy <oholy@redhat.com>2023-02-07 09:17:28 +0000
commit1569af12df5694af3eb1e83c8e64b6f360f35520 (patch)
treef8d84174c959f49bbf29091e1d8299f610598f70
parentfcf8f9de8336549f6395c440a9be983849254b31 (diff)
downloadnautilus-1569af12df5694af3eb1e83c8e64b6f360f35520.tar.gz
flatpak: Use -Dbattery_detection=none for tracker-miners
The flatpak jobs are broken currently, because the tracker-miners project fails to build due to missing upower-glib depenedency. It is used to tweak the behavior when running on battery. It used to be automatically disabled until the following MR: https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/1121. I suppose it is safe to disable this functionality as our flatpak isn't meant for production. Let's explicitely disable that to fix our pipeline.
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 22a68d93b..a41ca82a6 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -83,7 +83,8 @@
"-Dminer_fs=true",
"-Dminer_rss=false",
"-Dsystemd_user_services=false",
- "-Dwriteback=false"
+ "-Dwriteback=false",
+ "-Dbattery_detection=none"
],
"sources": [
{