- add initial modesetting headers to the mix - this API isn't stable
This commit is contained in:
parent
4ef71cffe2
commit
9d7b32ed5f
1274
libdrm-modesetting.patch
Normal file
1274
libdrm-modesetting.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
|||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 0.5%{?dist}
|
Release: 0.6%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
BuildRequires: pkgconfig automake autoconf libtool
|
BuildRequires: pkgconfig automake autoconf libtool
|
||||||
|
|
||||||
|
Patch1: libdrm-modesetting.patch
|
||||||
Patch2: libdrm-2.4.0-no-freaking-mknod.patch
|
Patch2: libdrm-2.4.0-no-freaking-mknod.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -29,6 +30,7 @@ Direct Rendering Manager development package
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gitdate}
|
%setup -q -n %{name}-%{gitdate}
|
||||||
|
%patch1 -p1 -b .modesetting
|
||||||
#patch2 -p1 -b .mknod
|
#patch2 -p1 -b .mknod
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -75,11 +77,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/drm/xgi_drm.h
|
%{_includedir}/drm/xgi_drm.h
|
||||||
# FIXME should be in drm/ too
|
# FIXME should be in drm/ too
|
||||||
%{_includedir}/xf86drm.h
|
%{_includedir}/xf86drm.h
|
||||||
|
%{_includedir}/xf86drmMode.h
|
||||||
%{_includedir}/xf86mm.h
|
%{_includedir}/xf86mm.h
|
||||||
%{_libdir}/libdrm.so
|
%{_libdir}/libdrm.so
|
||||||
%{_libdir}/pkgconfig/libdrm.pc
|
%{_libdir}/pkgconfig/libdrm.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 05 2008 Dave Airlie <airlied@redhat.com> 2.4.0-0.6
|
||||||
|
- add initial modesetting headers to the mix - this API isn't stable
|
||||||
|
|
||||||
* Mon Mar 3 2008 Kristian Høgsberg <krh@redhat.com> - 2.4.0-0.5
|
* Mon Mar 3 2008 Kristian Høgsberg <krh@redhat.com> - 2.4.0-0.5
|
||||||
- What he said.
|
- What he said.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user