Accepting request 351008 from home:wolfi323:branches:multimedia:libs
- Build against libQt5X11Extras5 on Leap as well to make video integration into the GUI work (boo#953693) - Also add BuildRequires: pkgconfig(xi), without it the build fails on Leap now OBS-URL: https://build.opensuse.org/request/show/351008 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=151
This commit is contained in:
4
vlc.spec
4
vlc.spec
@@ -81,8 +81,10 @@ BuildRequires: libopus-devel >= 1.0.3
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
%if 0%{?suse_version} != 1315
|
||||
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
# for some reason libXi-devel is explicitly needed on Leap 42.1, otherwise the build fails...
|
||||
BuildRequires: pkgconfig(xi)
|
||||
%endif
|
||||
%else
|
||||
BuildRequires: libqt4-devel >= 4.6.0
|
||||
|
Reference in New Issue
Block a user