Skip to content

Commit

Permalink
gnome3.evolution-data-server: Re-add GNOME Online Accounts support
Browse files Browse the repository at this point in the history
In #26879, GNOME Online Accounts support was removed resulting in
repeated authentication prompts for users relying on services like
Google Calendar.

This commit removes the build flag that disabled the support.

(cherry picked from commit 29dd3ac)
  • Loading branch information
jtojnar authored and grahamc committed Sep 30, 2017
1 parent 22cc714 commit 80c5c69
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libsecret nss nspr libical db ];

# uoa irrelevant for now
cmakeFlags = [ "-DENABLE_UOA=OFF" "-DENABLE_GOA=OFF" ]
cmakeFlags = [ "-DENABLE_UOA=OFF" ]
++ stdenv.lib.optionals valaSupport [
"-DENABLE_VALA_BINDINGS=ON" "-DENABLE_INTROSPECTION=ON"
"-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
Expand Down

0 comments on commit 80c5c69

Please sign in to comment.