- Add vulkan dependency per bsc#115120

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=149
This commit is contained in:
Tomáš Chvátal 2018-11-22 09:16:28 +00:00 committed by Git OBS Bridge
parent 9718b72d14
commit 943e7c2b2f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 22 09:13:55 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Add vulkan dependency per bsc#115120
-------------------------------------------------------------------
Fri Oct 26 13:16:44 UTC 2018 - jslaby@suse.com

View File

@ -15,7 +15,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -110,6 +110,7 @@ BuildRequires: pkgconfig(lua)
%endif
%if 0%{?suse_version} > 1500
BuildRequires: pkgconfig(libva-wayland) >= 0.36.0
BuildRequires: pkgconfig(vulkan) >= 1.0.61
BuildRequires: pkgconfig(wayland-client) >= 1.6.0
BuildRequires: pkgconfig(wayland-cursor) >= 1.6.0
BuildRequires: pkgconfig(wayland-egl) >= 9.0.0
@ -237,6 +238,7 @@ python3 ./waf configure \
%if 0%{?suse_version} > 1500
--enable-wayland \
--enable-gl-wayland \
--enable-vulkan \
%endif
--enable-gl-x11 \
--enable-egl-x11 \