!13 对valgrind的依赖进行定制化修改
From: @shirely16 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
76956592c7
12
libdrm.spec
12
libdrm.spec
@ -47,7 +47,7 @@ end}
|
|||||||
|
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.109
|
Version: 2.4.109
|
||||||
Release: 1
|
Release: 2
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: library for direct rendering manager
|
Summary: library for direct rendering manager
|
||||||
|
|
||||||
@ -69,9 +69,11 @@ BuildRequires: %{_bindir}/xsltproc
|
|||||||
BuildRequires: %{_bindir}/sed
|
BuildRequires: %{_bindir}/sed
|
||||||
BuildRequires: python3-docutils chrpath
|
BuildRequires: python3-docutils chrpath
|
||||||
%endif
|
%endif
|
||||||
|
%if %{?openEuler:1}0
|
||||||
%if %{with valgrind}
|
%if %{with valgrind}
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%if %{with udev}
|
%if %{with udev}
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
%endif
|
%endif
|
||||||
@ -113,7 +115,10 @@ Utility programs for the kernel DRM interface.
|
|||||||
%{bcond_meson libkms} %{bcond_meson intel} %{bcond_meson radeon} %{bcond_meson amdgpu} \
|
%{bcond_meson libkms} %{bcond_meson intel} %{bcond_meson radeon} %{bcond_meson amdgpu} \
|
||||||
%{bcond_meson nouveau} %{bcond_meson vmwgfx} %{bcond_meson omap} %{bcond_meson exynos} \
|
%{bcond_meson nouveau} %{bcond_meson vmwgfx} %{bcond_meson omap} %{bcond_meson exynos} \
|
||||||
%{bcond_meson freedreno} %{bcond_meson tegra} %{bcond_meson vc4} %{bcond_meson etnaviv} \
|
%{bcond_meson freedreno} %{bcond_meson tegra} %{bcond_meson vc4} %{bcond_meson etnaviv} \
|
||||||
%{bcond_meson cairo_tests} %{bcond_meson man_pages} %{bcond_meson valgrind} \
|
%{bcond_meson cairo_tests} %{bcond_meson man_pages} \
|
||||||
|
%if %{?openEuler:1}0
|
||||||
|
%{bcond_meson valgrind} \
|
||||||
|
%endif
|
||||||
%{bcond_meson freedreno_kgsl} %{bcond_meson install_test_programs} %{bcond_meson udev} \
|
%{bcond_meson freedreno_kgsl} %{bcond_meson install_test_programs} %{bcond_meson udev} \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
@ -259,6 +264,9 @@ install -Dpm0644 -t %{buildroot}%{_udevrulesdir} %{S:2}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 1 2022 hanhui <hanhui15@h-partners.com> - 2.4.109-2
|
||||||
|
* customized valgrind
|
||||||
|
|
||||||
* Fri Dec 3 2021 xingxing <xingxing9@huawei.com> - 2.4.109-1
|
* Fri Dec 3 2021 xingxing <xingxing9@huawei.com> - 2.4.109-1
|
||||||
- update to 2.4.109
|
- update to 2.4.109
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user