diff --git a/mpv.changes b/mpv.changes index 2e60a5b..2328b5a 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 09:13:55 UTC 2018 - Tomáš Chvátal + +- Add vulkan dependency per bsc#1115120 + ------------------------------------------------------------------- Fri Oct 26 13:16:44 UTC 2018 - jslaby@suse.com diff --git a/mpv.spec b/mpv.spec index efe3f6d..c3eb7af 100644 --- a/mpv.spec +++ b/mpv.spec @@ -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 \