Christophe Giboudeaux 2020-05-27 09:57:20 +00:00 committed by Git OBS Bridge
parent b0f7a6bea7
commit 6d2edc8008
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 27 08:47:23 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Can't use system VPX on Leap 15.2
-------------------------------------------------------------------
Tue May 26 11:27:19 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -20,14 +20,17 @@
%define qt5_snapshot 0
%if %{?suse_version} > 1500 || 0%{?sle_version} > 150100
%bcond_without system_vpx
%bcond_without system_harfbuzz
%bcond_without system_icu
%else
%bcond_with system_vpx
%bcond_with system_harfbuzz
%bcond_with system_icu
%endif
%if %{?suse_version} > 1500 || 0%{?sle_version} > 150200
%bcond_without system_vpx
%else
%bcond_with system_vpx
%endif
%bcond_without system_ffmpeg
%bcond_without system_minizip