Add exynos to arm
This commit is contained in:
parent
635fa191d0
commit
3a92839318
12
libdrm.spec
12
libdrm.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.39
|
Version: 2.4.39
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
@ -65,6 +65,7 @@ autoreconf -v --install || exit 1
|
|||||||
%configure \
|
%configure \
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
--enable-omap-experimental-api \
|
--enable-omap-experimental-api \
|
||||||
|
--enable-exynos-experimental-api \
|
||||||
%endif
|
%endif
|
||||||
--enable-udev --disable-libkms
|
--enable-udev --disable-libkms
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -104,6 +105,8 @@ done
|
|||||||
%{_libdir}/libdrm_intel.so.1.0.0
|
%{_libdir}/libdrm_intel.so.1.0.0
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
|
%{_libdir}/libdrm_exynos.so.1
|
||||||
|
%{_libdir}/libdrm_exynos.so.1.0.0
|
||||||
%{_libdir}/libdrm_omap.so.1
|
%{_libdir}/libdrm_omap.so.1
|
||||||
%{_libdir}/libdrm_omap.so.1.0.0
|
%{_libdir}/libdrm_omap.so.1.0.0
|
||||||
%endif
|
%endif
|
||||||
@ -146,6 +149,8 @@ done
|
|||||||
%{_includedir}/libdrm/intel_debug.h
|
%{_includedir}/libdrm/intel_debug.h
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
|
%{_includedir}/libdrm/exynos_drmif.h
|
||||||
|
%{_includedir}/exynos/
|
||||||
%{_includedir}/libdrm/omap_drmif.h
|
%{_includedir}/libdrm/omap_drmif.h
|
||||||
%{_includedir}/omap/
|
%{_includedir}/omap/
|
||||||
%endif
|
%endif
|
||||||
@ -164,6 +169,7 @@ done
|
|||||||
%{_libdir}/libdrm_intel.so
|
%{_libdir}/libdrm_intel.so
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
|
%{_libdir}/libdrm_exynos.so
|
||||||
%{_libdir}/libdrm_omap.so
|
%{_libdir}/libdrm_omap.so
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/libdrm_radeon.so
|
%{_libdir}/libdrm_radeon.so
|
||||||
@ -173,12 +179,16 @@ done
|
|||||||
%{_libdir}/pkgconfig/libdrm_intel.pc
|
%{_libdir}/pkgconfig/libdrm_intel.pc
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
|
%{_libdir}/pkgconfig/libdrm_exynos.pc
|
||||||
%{_libdir}/pkgconfig/libdrm_omap.pc
|
%{_libdir}/pkgconfig/libdrm_omap.pc
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/pkgconfig/libdrm_radeon.pc
|
%{_libdir}/pkgconfig/libdrm_radeon.pc
|
||||||
%{_libdir}/pkgconfig/libdrm_nouveau.pc
|
%{_libdir}/pkgconfig/libdrm_nouveau.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 08 2012 Adam Jackson <ajax@redhat.com> 2.4.39-3
|
||||||
|
- Add exynos to arm
|
||||||
|
|
||||||
* Mon Aug 27 2012 Dave Airlie <airlied@redhat.com> 2.4.39-1
|
* Mon Aug 27 2012 Dave Airlie <airlied@redhat.com> 2.4.39-1
|
||||||
- upstream 2.4.39 release
|
- upstream 2.4.39 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user