SHA256
1
0
forked from pool/Mesa

Accepting request 657598 from home:dimstar:cycle

- Only BuildRequire pkgconfig(vdpau) and pass --enable-vdpau to
  configure when building the drivers. Helps us break a build
  cycle.
- Only BuildRequire pkgconfig(vdpau) and pass --enable-vdpau to
  configure when building the drivers. Helps us break a build
  cycle.

OBS-URL: https://build.opensuse.org/request/show/657598
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=795
This commit is contained in:
Michal Srb 2018-12-12 15:38:41 +00:00 committed by Git OBS Bridge
parent 97155b1689
commit 693191364e
4 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 12 15:29:53 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
- Only BuildRequire pkgconfig(vdpau) and pass --enable-vdpau to
configure when building the drivers. Helps us break a build
cycle.
-------------------------------------------------------------------
Wed Dec 12 11:00:56 UTC 2018 - sndirsch@suse.com

View File

@ -168,7 +168,9 @@ BuildRequires: pkgconfig(libglvnd) >= 0.1.0
BuildRequires: pkgconfig(libkms) >= 1.0.0
BuildRequires: pkgconfig(libva)
BuildRequires: pkgconfig(presentproto)
%if %{drivers}
BuildRequires: pkgconfig(vdpau) >= 1.1
%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(x11-xcb)
BuildRequires: pkgconfig(xcb-dri2)
@ -800,7 +802,9 @@ export PYTHON2=%{_bindir}/python3
--enable-llvm \
--enable-llvm-shared-libs \
%endif
%if %{drivers}
--enable-vdpau \
%endif
--enable-va \
--enable-xvmc \
%if 0%{with_vulkan}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 12 15:29:53 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
- Only BuildRequire pkgconfig(vdpau) and pass --enable-vdpau to
configure when building the drivers. Helps us break a build
cycle.
-------------------------------------------------------------------
Wed Dec 12 11:00:56 UTC 2018 - sndirsch@suse.com

View File

@ -167,7 +167,9 @@ BuildRequires: pkgconfig(libglvnd) >= 0.1.0
BuildRequires: pkgconfig(libkms) >= 1.0.0
BuildRequires: pkgconfig(libva)
BuildRequires: pkgconfig(presentproto)
%if %{drivers}
BuildRequires: pkgconfig(vdpau) >= 1.1
%endif
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(x11-xcb)
BuildRequires: pkgconfig(xcb-dri2)
@ -799,7 +801,9 @@ export PYTHON2=%{_bindir}/python3
--enable-llvm \
--enable-llvm-shared-libs \
%endif
%if %{drivers}
--enable-vdpau \
%endif
--enable-va \
--enable-xvmc \
%if 0%{with_vulkan}