mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Disable libunwind, lm_sensors in RHEL builds
This commit is contained in:
parent
91adfd5fe1
commit
e495878d06
1 changed files with 15 additions and 0 deletions
15
mesa.spec
15
mesa.spec
|
@ -46,6 +46,11 @@
|
||||||
%global with_vmware 1
|
%global with_vmware 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if !0%{?rhel}
|
||||||
|
%global with_libunwind 1
|
||||||
|
%global with_lmsensors 1
|
||||||
|
%endif
|
||||||
|
|
||||||
%ifarch %{valgrind_arches}
|
%ifarch %{valgrind_arches}
|
||||||
%bcond_without valgrind
|
%bcond_without valgrind
|
||||||
%else
|
%else
|
||||||
|
@ -81,7 +86,9 @@ BuildRequires: kernel-headers
|
||||||
# SRPMs for each arch still have the same build dependencies. See:
|
# SRPMs for each arch still have the same build dependencies. See:
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1859515
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1859515
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.97
|
BuildRequires: pkgconfig(libdrm) >= 2.4.97
|
||||||
|
%if 0%{?with_libunwind}
|
||||||
BuildRequires: pkgconfig(libunwind)
|
BuildRequires: pkgconfig(libunwind)
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(expat)
|
BuildRequires: pkgconfig(expat)
|
||||||
BuildRequires: pkgconfig(zlib) >= 1.2.3
|
BuildRequires: pkgconfig(zlib) >= 1.2.3
|
||||||
BuildRequires: pkgconfig(libzstd)
|
BuildRequires: pkgconfig(libzstd)
|
||||||
|
@ -111,7 +118,9 @@ BuildRequires: pkgconfig(xcb-randr)
|
||||||
BuildRequires: pkgconfig(xrandr) >= 1.3
|
BuildRequires: pkgconfig(xrandr) >= 1.3
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
|
%if 0%{?with_lmsensors}
|
||||||
BuildRequires: lm_sensors-devel
|
BuildRequires: lm_sensors-devel
|
||||||
|
%endif
|
||||||
%if 0%{?with_vdpau}
|
%if 0%{?with_vdpau}
|
||||||
BuildRequires: pkgconfig(vdpau) >= 1.1
|
BuildRequires: pkgconfig(vdpau) >= 1.1
|
||||||
%endif
|
%endif
|
||||||
|
@ -397,6 +406,12 @@ export RUSTFLAGS="%build_rustflags"
|
||||||
-Dvalgrind=%{?with_valgrind:enabled}%{!?with_valgrind:disabled} \
|
-Dvalgrind=%{?with_valgrind:enabled}%{!?with_valgrind:disabled} \
|
||||||
-Dbuild-tests=false \
|
-Dbuild-tests=false \
|
||||||
-Dselinux=true \
|
-Dselinux=true \
|
||||||
|
%if !0%{?with_libunwind}
|
||||||
|
-Dlibunwind=disabled \
|
||||||
|
%endif
|
||||||
|
%if !0%{?with_lmsensors}
|
||||||
|
-Dlmsensors=disabled \
|
||||||
|
%endif
|
||||||
-Dandroid-libbacktrace=disabled \
|
-Dandroid-libbacktrace=disabled \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
Loading…
Reference in a new issue