From 05543d2817dc3f8d1811afa26d5d4e96d06f224c34ea6fa49689fbf91f9b38d3 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Tue, 12 Dec 2017 16:19:00 +0000 Subject: [PATCH] Accepting request 556496 from home:michalsrb:branches:X11:XOrg - Remove build dependency on Mesa-devel. The only part of it needed is libgbm-devel and that is already BuildRequired by 'pkgconfig(gbm)'. Added explicit damageproto-devel dependency which was before pulled in by Mesa-devel. Mesa-devel is too general and is a bottleneck in distribution build. (bnc#1071297) OBS-URL: https://build.opensuse.org/request/show/556496 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=39 --- xf86-video-amdgpu.changes | 9 +++++++++ xf86-video-amdgpu.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/xf86-video-amdgpu.changes b/xf86-video-amdgpu.changes index a02f6b6..58fd7ea 100644 --- a/xf86-video-amdgpu.changes +++ b/xf86-video-amdgpu.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 12 13:44:43 UTC 2017 - msrb@suse.com + +- Remove build dependency on Mesa-devel. The only part of it needed + is libgbm-devel and that is already BuildRequired by + 'pkgconfig(gbm)'. Added explicit damageproto-devel dependency + which was before pulled in by Mesa-devel. Mesa-devel is too + general and is a bottleneck in distribution build. (bnc#1071297) + ------------------------------------------------------------------- Fri Sep 8 08:57:42 UTC 2017 - sndirsch@suse.com diff --git a/xf86-video-amdgpu.spec b/xf86-video-amdgpu.spec index e6d1cf7..048dcc9 100644 --- a/xf86-video-amdgpu.spec +++ b/xf86-video-amdgpu.spec @@ -31,9 +31,9 @@ Source: http://xorg.freedesktop.org/releases/individual/driver/%{name}-% Source1: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig Source2: %{name}.keyring Source3: amdgpu.ids -BuildRequires: Mesa-devel BuildRequires: autoconf >= 2.6.0 BuildRequires: automake +BuildRequires: damageproto-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(fontsproto)