Accepting request 1130362 from X11:XOrg
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1130362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/intel-gpu-tools?expand=0&rev=7
This commit is contained in:
commit
66b6c6d336
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 24 21:25:14 UTC 2023 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
||||
|
||||
- Build against libprocps on older openSUSE releases.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 5 09:48:04 UTC 2023 - munix9@googlemail.com
|
||||
|
||||
|
@ -32,8 +32,14 @@ BuildRequires: meson
|
||||
BuildRequires: peg
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-docutils
|
||||
%if 0%{?suse_version} > 1600
|
||||
BuildRequires: pkgconfig(libproc2)
|
||||
%else
|
||||
BuildRequires: pkgconfig(libprocps)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(dri2proto)
|
||||
BuildRequires: pkgconfig(gsl)
|
||||
BuildRequires: pkgconfig(gtk-doc)
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
@ -42,7 +48,6 @@ BuildRequires: pkgconfig(libdrm_intel) >= 2.4.82
|
||||
BuildRequires: pkgconfig(libdw)
|
||||
BuildRequires: pkgconfig(libkmod)
|
||||
BuildRequires: pkgconfig(liboping)
|
||||
BuildRequires: pkgconfig(libproc2)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(libunwind)
|
||||
BuildRequires: pkgconfig(pciaccess) >= 0.10
|
||||
|
Loading…
x
Reference in New Issue
Block a user