Use SVG version of Fedora logos

This fixes fuzziness in the logo when showing the page on displays that
are using scaling, and also when making the Control Center window larger.
This commit is contained in:
Elliott Sales de Andrade 2022-03-02 18:51:51 -05:00
parent 3f91c939b7
commit cf8e1ec829

View File

@ -154,8 +154,8 @@ utilities.
%meson \
-Ddocumentation=true \
%if 0%{?fedora}
-Ddistributor_logo=%{_datadir}/pixmaps/fedora_logo_med.png \
-Ddark_mode_distributor_logo=%{_datadir}/pixmaps/fedora_whitelogo_med.png \
-Ddistributor_logo=%{_datadir}/fedora-logos/fedora_lightbackground.svg \
-Ddark_mode_distributor_logo=%{_datadir}/fedora-logos/fedora_logo_darkbackground.svg \
-Dmalcontent=true \
%endif
%if 0%{?rhel}