diff --git a/freerdp.spec b/freerdp.spec index d082d02..98bd39d 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -22,7 +22,7 @@ Name: freerdp Version: 2.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 2 Summary: Free implementation of the Remote Desktop Protocol (RDP) License: ASL 2.0 @@ -159,6 +159,7 @@ find . -name "*.c" -exec chmod 664 {} \; %cmake %{?_cmake_skip_rpath} \ -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \ -DWITH_ALSA=ON \ + -DWITH_CAIRO=ON \ -DWITH_CUPS=ON \ -DWITH_CHANNELS=ON -DBUILTIN_CHANNELS=OFF \ -DWITH_CLIENT=ON \ @@ -295,6 +296,9 @@ find %{buildroot} -name "*.a" -delete %{_libdir}/pkgconfig/winpr-tools2.pc %changelog +* Tue Mar 23 2021 Simone Caronni - 2:2.2.0-6 +- Explicitly enable Cairo support (#1938393). + * Tue Jan 26 2021 Fedora Release Engineering - 2:2.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild