Enable Wayland support
Previously disabled due to missing wayland-devel as a BR - before it was probably brought in by something else.
This commit is contained in:
parent
6eb4a1d10c
commit
c897f98ed3
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: gstreamer1-plugins-base
|
Name: gstreamer1-plugins-base
|
||||||
Version: 1.14.0
|
Version: 1.14.0
|
||||||
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer streaming media framework base plugins
|
Summary: GStreamer streaming media framework base plugins
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -43,6 +43,7 @@ BuildRequires: mesa-libGL-devel
|
|||||||
BuildRequires: mesa-libGLES-devel
|
BuildRequires: mesa-libGLES-devel
|
||||||
BuildRequires: mesa-libGLU-devel
|
BuildRequires: mesa-libGLU-devel
|
||||||
BuildRequires: mesa-libEGL-devel
|
BuildRequires: mesa-libEGL-devel
|
||||||
|
BuildRequires: wayland-devel
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
BuildRequires: gtk-doc >= 1.3
|
BuildRequires: gtk-doc >= 1.3
|
||||||
@ -462,6 +463,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 26 2018 Tomas Popela <tpopela@redhat.com> - 1.14.0-2
|
||||||
|
- Enable Wayland support (previously disabled due to missing wayland-devel
|
||||||
|
as a BR - before it was probably brought in by something else).
|
||||||
|
|
||||||
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
* Tue Mar 20 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.0-1
|
||||||
- Update to 1.14.0
|
- Update to 1.14.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user