This commit is contained in:
parent
b0f7a6bea7
commit
6d2edc8008
@ -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>
|
Tue May 26 11:27:19 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
@ -20,14 +20,17 @@
|
|||||||
%define qt5_snapshot 0
|
%define qt5_snapshot 0
|
||||||
|
|
||||||
%if %{?suse_version} > 1500 || 0%{?sle_version} > 150100
|
%if %{?suse_version} > 1500 || 0%{?sle_version} > 150100
|
||||||
%bcond_without system_vpx
|
|
||||||
%bcond_without system_harfbuzz
|
%bcond_without system_harfbuzz
|
||||||
%bcond_without system_icu
|
%bcond_without system_icu
|
||||||
%else
|
%else
|
||||||
%bcond_with system_vpx
|
|
||||||
%bcond_with system_harfbuzz
|
%bcond_with system_harfbuzz
|
||||||
%bcond_with system_icu
|
%bcond_with system_icu
|
||||||
%endif
|
%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_ffmpeg
|
||||||
%bcond_without system_minizip
|
%bcond_without system_minizip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user