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)