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:
parent
97155b1689
commit
693191364e
@ -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
|
Wed Dec 12 11:00:56 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -168,7 +168,9 @@ BuildRequires: pkgconfig(libglvnd) >= 0.1.0
|
|||||||
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libva)
|
BuildRequires: pkgconfig(libva)
|
||||||
BuildRequires: pkgconfig(presentproto)
|
BuildRequires: pkgconfig(presentproto)
|
||||||
|
%if %{drivers}
|
||||||
BuildRequires: pkgconfig(vdpau) >= 1.1
|
BuildRequires: pkgconfig(vdpau) >= 1.1
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(x11-xcb)
|
BuildRequires: pkgconfig(x11-xcb)
|
||||||
BuildRequires: pkgconfig(xcb-dri2)
|
BuildRequires: pkgconfig(xcb-dri2)
|
||||||
@ -800,7 +802,9 @@ export PYTHON2=%{_bindir}/python3
|
|||||||
--enable-llvm \
|
--enable-llvm \
|
||||||
--enable-llvm-shared-libs \
|
--enable-llvm-shared-libs \
|
||||||
%endif
|
%endif
|
||||||
|
%if %{drivers}
|
||||||
--enable-vdpau \
|
--enable-vdpau \
|
||||||
|
%endif
|
||||||
--enable-va \
|
--enable-va \
|
||||||
--enable-xvmc \
|
--enable-xvmc \
|
||||||
%if 0%{with_vulkan}
|
%if 0%{with_vulkan}
|
||||||
|
@ -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
|
Wed Dec 12 11:00:56 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -167,7 +167,9 @@ BuildRequires: pkgconfig(libglvnd) >= 0.1.0
|
|||||||
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libva)
|
BuildRequires: pkgconfig(libva)
|
||||||
BuildRequires: pkgconfig(presentproto)
|
BuildRequires: pkgconfig(presentproto)
|
||||||
|
%if %{drivers}
|
||||||
BuildRequires: pkgconfig(vdpau) >= 1.1
|
BuildRequires: pkgconfig(vdpau) >= 1.1
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(x11-xcb)
|
BuildRequires: pkgconfig(x11-xcb)
|
||||||
BuildRequires: pkgconfig(xcb-dri2)
|
BuildRequires: pkgconfig(xcb-dri2)
|
||||||
@ -799,7 +801,9 @@ export PYTHON2=%{_bindir}/python3
|
|||||||
--enable-llvm \
|
--enable-llvm \
|
||||||
--enable-llvm-shared-libs \
|
--enable-llvm-shared-libs \
|
||||||
%endif
|
%endif
|
||||||
|
%if %{drivers}
|
||||||
--enable-vdpau \
|
--enable-vdpau \
|
||||||
|
%endif
|
||||||
--enable-va \
|
--enable-va \
|
||||||
--enable-xvmc \
|
--enable-xvmc \
|
||||||
%if 0%{with_vulkan}
|
%if 0%{with_vulkan}
|
||||||
|
Loading…
Reference in New Issue
Block a user