summaryrefslogtreecommitdiffstats
path: root/debian/patches/Revert-meson.build-Use-environment-to-make-warnings-fatal.patch
blob: 968832748ac5249b005eef92c6e13119a1370b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Jeremy Bicha <jbicha@debian.org>
Date: Wed, 23 Feb 2022 07:36:28 -0500
Subject: Revert "meson.build: Use environment to make warnings fatal"

This reverts commit 6ff47626282dfbeb74129912a9f658a293ba7825.

This made one of the tracker build tests fail for us. Needs more investigation.

Perhaps the test needs to be adapted to work when nautilus isn't installed?
---
 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/meson.build b/src/meson.build
index 339a50a..e46c746 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -322,7 +322,6 @@ if get_option('tests') == 'all'
       '--check',
     ],
     env: [
-      'G_DEBUG=fatal-warnings',
       'GSETTINGS_SCHEMA_DIR=@0@'.format(join_paths(meson.project_build_root(), 'data')),
       'RUNNING_TESTS=@0@'.format('TRUE')
     ]