- enable valgrind support (boo#1173355)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=973
This commit is contained in:
parent
c5ceb0424e
commit
3a667f1eb8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 26 01:20:27 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- enable valgrind support (boo#1173355)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 23 18:02:26 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -158,6 +158,7 @@ BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.71
|
||||
%if 0%{?libglvnd}
|
||||
BuildRequires: pkgconfig(libglvnd) >= 0.1.0
|
||||
%endif
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libva)
|
||||
BuildRequires: pkgconfig(presentproto)
|
||||
@ -833,6 +834,7 @@ egl_platforms=x11,drm,surfaceless,wayland
|
||||
-Ddri-drivers=swrast \
|
||||
-Dgallium-drivers= \
|
||||
%endif
|
||||
-Dvalgrind=true \
|
||||
-Db_ndebug=true \
|
||||
-Dc_args="%{optflags}" \
|
||||
-Dcpp_args="%{optflags}"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 26 01:20:27 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- enable valgrind support (boo#1173355)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 23 18:02:26 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -157,6 +157,7 @@ BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.71
|
||||
%if 0%{?libglvnd}
|
||||
BuildRequires: pkgconfig(libglvnd) >= 0.1.0
|
||||
%endif
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libva)
|
||||
BuildRequires: pkgconfig(presentproto)
|
||||
@ -832,6 +833,7 @@ egl_platforms=x11,drm,surfaceless,wayland
|
||||
-Ddri-drivers=swrast \
|
||||
-Dgallium-drivers= \
|
||||
%endif
|
||||
-Dvalgrind=true \
|
||||
-Db_ndebug=true \
|
||||
-Dc_args="%{optflags}" \
|
||||
-Dcpp_args="%{optflags}"
|
||||
|
Loading…
Reference in New Issue
Block a user