SHA256
1
0
forked from pool/Mesa

- BuildRequire python3-pycparser when building drivers on ARM:

etnaviv drm module requires this module to build.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1299
This commit is contained in:
Stefan Dirsch 2024-06-18 08:18:54 +00:00 committed by Git OBS Bridge
parent 6210fc00fe
commit 48f24703a9
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 18 06:18:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire python3-pycparser when building drivers on ARM:
etnaviv drm module requires this module to build.
-------------------------------------------------------------------
Fri Jun 14 18:20:50 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file
# spec file for package Mesa
#
# Copyright (c) 2024 SUSE LLC
#
@ -231,6 +231,7 @@ Obsoletes: libXvMC_r600 < %{version}
Provides: libtxc_dxtn = %{version}
Obsoletes: libtxc_dxtn < %{version}
%ifarch %{arm} aarch64
BuildRequires: python3-pycparser >= 2.20
BuildRequires: pkgconfig(libdrm_etnaviv) >= 2.4.89
BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.74
BuildRequires: pkgconfig(libelf)