From 989e56277fea6a220e7a34f0dc05f8b871f8c6d8 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Apr 11 2024 18:52:48 +0000 Subject: Remove redundant meson options All of these options already match the upstream defaults, and there's no particular reason to assume we know better than upstream which options to enable, so let's follow the defaults and stop setting them. Build options are an exception to the rule that explicit is better than implicit. This shouldn't change anything. --- diff --git a/gnome-online-accounts.spec b/gnome-online-accounts.spec index 42a5abb..82735d9 100644 --- a/gnome-online-accounts.spec +++ b/gnome-online-accounts.spec @@ -63,16 +63,8 @@ developing applications that use %{name}. %if 0%{?flatpak} -Dgoabackend=false \ %else - -Dexchange=true \ -Dfedora=true \ - -Dgoogle=true \ - -Dimap_smtp=true \ - -Dkerberos=true \ - -Downcloud=true \ - -Dwindows_live=true \ - -Dman=true \ %endif - -Dgtk_doc=true \ %{nil} %meson_build