Add --enable-calendar when building thunderbird-lightning
This commit is contained in:
parent
e10070a5bd
commit
3398201c23
@ -176,6 +176,9 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \
|
|||||||
%if %{enable_mozilla_crashreporter}
|
%if %{enable_mozilla_crashreporter}
|
||||||
%{__cat} %{SOURCE13} >> .mozconfig
|
%{__cat} %{SOURCE13} >> .mozconfig
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with_lightning_extension}
|
||||||
|
echo "ac_add_options --enable-calendar" >> .mozconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user