gnome3.evolution-data-server: Re-add GNOME Online Accounts support

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.
This commit is contained in:
Jan Tojnar 2017-09-04 00:20:06 +02:00
parent 14cbeaa892
commit 29dd3accf5
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libsecret nss nspr libical db ]; propagatedBuildInputs = [ libsecret nss nspr libical db ];
# uoa irrelevant for now # uoa irrelevant for now
cmakeFlags = [ "-DENABLE_UOA=OFF" "-DENABLE_GOA=OFF" ] cmakeFlags = [ "-DENABLE_UOA=OFF" ]
++ stdenv.lib.optionals valaSupport [ ++ stdenv.lib.optionals valaSupport [
"-DENABLE_VALA_BINDINGS=ON" "-DENABLE_INTROSPECTION=ON" "-DENABLE_VALA_BINDINGS=ON" "-DENABLE_INTROSPECTION=ON"
"-DCMAKE_SKIP_BUILD_RPATH=OFF" ]; "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];