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.
  • Loading branch information
jtojnar committed Sep 24, 2017
1 parent 14cbeaa commit 29dd3ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 29dd3ac

Please sign in to comment.