Accepting request 1116448 from home:alarrosa:branches:multimedia:libs2

- Pipewire now requires vulkan 1.3, so we have to disable vulkan
  support if this requirement is not fulfilled in order to build
  correctly in Leap.

OBS-URL: https://build.opensuse.org/request/show/1116448
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pipewire?expand=0&rev=160
This commit is contained in:
Antonio Larrosa 2023-10-09 11:52:39 +00:00 committed by Git OBS Bridge
parent b5c6808e71
commit 3a11f7ccfa
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 9 11:34:40 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Pipewire now requires vulkan 1.3, so we have to disable vulkan
support if this requirement is not fulfilled in order to build
correctly in Leap.
-------------------------------------------------------------------
Sat Oct 7 15:11:14 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>

View File

@ -23,7 +23,7 @@
%define spa_ver_str 0_2
%define libpipewire libpipewire-%{apiver_str}-0
%if %{pkg_vcmp pkgconfig(vulkan) >= 1.1}
%if %{pkg_vcmp pkgconfig(vulkan) >= 1.3}
%define with_vulkan 1
%else
%define with_vulkan 0