summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorRyuzakiKK <aasonykk@gmail.com>2018-07-30 15:46:45 +0200
committerRyuzakiKK <aasonykk@gmail.com>2018-07-30 15:46:45 +0200
commit9e2ec5a0bbd4e67b8c6810ad0f6cc36be710f09a (patch)
treec15ee7752035f46942cb6281a4130285cbaca032 /build-aux
parent409c99bdf4d0c12c19f4ddc6cecafa8e66858ae6 (diff)
downloadgnome-control-center-9e2ec5a0bbd4e67b8c6810ad0f6cc36be710f09a.tar.gz
flatpak: Disable warning as error in gnome-online-accounts
Currently gnome-online-accounts has some deprecation and cast warnings. So we need this build option in order to avoid treating them as errors.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index d2567a1a8..eb9427514 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -201,6 +201,9 @@
{
"name" : "gnome-online-accounts",
"buildsystem" : "autotools",
+ "build-options" : {
+ "cflags" : "-Wno-error"
+ },
"config-opts" : [
"--disable-telepathy",
"--disable-documentation"