Alberto Garcia [Sun, 30 May 2021 10:41:38 +0000 (11:41 +0100)]
Use WTF_CPU_UNKNOWN when building for X32
Forwarded: no
WebKitGTK doesn't build on X32 even with the JIT disabled.
Treating the CPU as unknown is perhaps a bit severe, but it allows us
to get the build done until someone steps up to maintain this
properly.
===================================================================
* Rebuild for buster-security.
* debian/patches/force-single-process.patch:
+ Force the single-process mode in Evolution and Geary
* debian/control:
+ Remove Breaks for Evolution < 3.34.1.
+ Remove build dependency on libwpebackend-fdo-1.0-dev and
libmanette-0.2-dev.
+ Switch build dependency from libenchant-2-dev to libenchant-dev.
+ Switch build dependencies on libgl-dev and libgles-dev with
libgl1-mesa-dev and libgles2-mesa-dev.
* debian/rules:
+ Build with -DENABLE_GAMEPAD=OFF (as libmanette is missing).