- Pull in intel bufmgr changes while waiting for 2.4.5.
This commit is contained in:
parent
9cbf673045
commit
b6116e72b1
@ -3,7 +3,7 @@
|
|||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.4
|
Version: 2.4.4
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
@ -30,6 +30,8 @@ Patch4: libdrm-2.4.0-no-bc.patch
|
|||||||
Patch8: libdrm-radeon.patch
|
Patch8: libdrm-radeon.patch
|
||||||
# nouveau libdrm patches
|
# nouveau libdrm patches
|
||||||
Patch9: libdrm-nouveau.patch
|
Patch9: libdrm-nouveau.patch
|
||||||
|
# Add this while waiting for 2.4.5
|
||||||
|
Patch10: libdrm-intel.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Direct Rendering Manager runtime library
|
Direct Rendering Manager runtime library
|
||||||
@ -50,6 +52,7 @@ Direct Rendering Manager development package
|
|||||||
%patch4 -p1 -b .no-bc
|
%patch4 -p1 -b .no-bc
|
||||||
%patch8 -p1 -b .radeon
|
%patch8 -p1 -b .radeon
|
||||||
%patch9 -p1 -b .nouveau
|
%patch9 -p1 -b .nouveau
|
||||||
|
%patch10 -p1 -b .intel
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
@ -108,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libdrm_nouveau.pc
|
%{_libdir}/pkgconfig/libdrm_nouveau.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 23 2009 Kristian Høgsberg <krh@redhat.com> - 2.4.4-7
|
||||||
|
- Pull in intel bufmgr changes while waiting for 2.4.5.
|
||||||
|
|
||||||
* Mon Feb 23 2009 Dave Airlie <airlied@redhat.com> 2.4.4-6
|
* Mon Feb 23 2009 Dave Airlie <airlied@redhat.com> 2.4.4-6
|
||||||
- don't use the CS patch need_flush
|
- don't use the CS patch need_flush
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user