Define TEMP_HOME=1 when building for Flatpak
It allows to open attachments from Evolution. See https://github.com/flathub/org.gnome.Evolution/issues/89 for the details.
This commit is contained in:
parent
8eb691149b
commit
377014ebd4
@ -299,6 +299,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated
|
||||
-DENABLE_PLUGINS=all \
|
||||
%if 0%{?flatpak}
|
||||
"-DWITH_WMCLASS_OVERRIDE=evolution.bin" \
|
||||
"-DTEMP_HOME=1" \
|
||||
%endif
|
||||
%{nil}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user