Dominique Leuenberger 2019-12-23 21:41:04 +00:00 committed by Git OBS Bridge
commit c8472681c7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 13 15:18:03 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
- Enable orc / wayland-egl on SLE15.
-------------------------------------------------------------------
Wed Dec 4 10:38:10 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -93,7 +93,7 @@ BuildRequires: pkgconfig(zlib)
%if 0%{?suse_version} >= 1500
BuildRequires: pkgconfig(graphene-1.0)
%endif
%if 0%{?is_opensuse}
%if 0%{?suse_version} >= 1500 || 0%{?is_opensuse}
BuildRequires: orc >= 0.4.24
BuildRequires: pkgconfig(wayland-egl) >= 1.0
%endif