From 0ef29c9e3c2efa7e622268fee5083c14ae52a5c7 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Aug 22 2018 18:41:23 +0000 Subject: Removed disable-skia buildconfig --- diff --git a/thunderbird-mozconfig b/thunderbird-mozconfig index 69d2848..4db9e5c 100644 --- a/thunderbird-mozconfig +++ b/thunderbird-mozconfig @@ -13,8 +13,6 @@ ac_add_options --with-pthreads ac_add_options --disable-tests ac_add_options --disable-strip # temporary disable system cairo, because compilation fails -#ac_add_options --enable-system-cairo -ac_add_options --enable-system-hunspell ac_add_options --disable-necko-wifi ac_add_options --disable-updater ac_add_options --enable-startup-notification diff --git a/thunderbird.spec b/thunderbird.spec index 3ca024d..574796b 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -335,10 +335,6 @@ echo "ac_add_options --with-system-icu" >> .mozconfig echo "ac_add_options --without-system-icu" >> .mozconfig %endif -%ifarch aarch64 ppc64 s390x -echo "ac_add_options --disable-skia" >> .mozconfig -%endif - %if !%{?system_jpeg} echo "ac_add_options --without-system-jpeg" >> .mozconfig %else