- removing again BuildRequires for x264 and x265 in case

video_codecs should be built (these were never needed and used
  for build)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1185
This commit is contained in:
Stefan Dirsch 2023-01-27 09:56:01 +00:00 committed by Git OBS Bridge
parent e564a82795
commit 8e695dcdd4
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jan 27 09:54:11 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- removing again BuildRequires for x264 and x265 in case
video_codecs should be built (these were never needed and used
for build)
-------------------------------------------------------------------
Fri Jan 27 09:48:22 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -286,12 +286,6 @@ BuildRequires: pkgconfig(LLVMSPIRVLib)
BuildRequires: pkgconfig(SPIRV-Tools)
%endif
%endif
%if "%{flavor}" == "drivers"
%if %{video_codecs}
BuildRequires: pkgconfig(x264)
BuildRequires: pkgconfig(x265)
%endif
%endif
Requires: Mesa-libEGL1 = %{version}
Requires: Mesa-libGL1 = %{version}