2.4.67, Enable VC4, build verbose
This commit is contained in:
parent
ec7a654386
commit
f1be719e51
16
libdrm.spec
16
libdrm.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Version: 2.4.66
|
Version: 2.4.67
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dri.sourceforge.net
|
URL: http://dri.sourceforge.net
|
||||||
@ -77,13 +77,14 @@ autoreconf -v --install || exit 1
|
|||||||
--enable-exynos-experimental-api \
|
--enable-exynos-experimental-api \
|
||||||
--enable-omap-experimental-api \
|
--enable-omap-experimental-api \
|
||||||
--enable-tegra-experimental-api \
|
--enable-tegra-experimental-api \
|
||||||
|
--enable-vc4 \
|
||||||
%endif
|
%endif
|
||||||
--enable-install-test-programs \
|
--enable-install-test-programs \
|
||||||
--enable-udev
|
--enable-udev
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
pushd tests
|
pushd tests
|
||||||
make %{?smp_mflags} `make check-programs`
|
make %{?smp_mflags} `make check-programs` V=1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -180,6 +181,8 @@ done
|
|||||||
%{_includedir}/libdrm/exynos_drmif.h
|
%{_includedir}/libdrm/exynos_drmif.h
|
||||||
%{_includedir}/libdrm/omap_drmif.h
|
%{_includedir}/libdrm/omap_drmif.h
|
||||||
%{_includedir}/libdrm/tegra.h
|
%{_includedir}/libdrm/tegra.h
|
||||||
|
%{_includedir}/libdrm/vc4_packet.h
|
||||||
|
%{_includedir}/libdrm/vc4_qpu_defines.h
|
||||||
%{_includedir}/exynos/
|
%{_includedir}/exynos/
|
||||||
%{_includedir}/omap/
|
%{_includedir}/omap/
|
||||||
%endif
|
%endif
|
||||||
@ -222,6 +225,7 @@ done
|
|||||||
%{_libdir}/pkgconfig/libdrm_exynos.pc
|
%{_libdir}/pkgconfig/libdrm_exynos.pc
|
||||||
%{_libdir}/pkgconfig/libdrm_omap.pc
|
%{_libdir}/pkgconfig/libdrm_omap.pc
|
||||||
%{_libdir}/pkgconfig/libdrm_tegra.pc
|
%{_libdir}/pkgconfig/libdrm_tegra.pc
|
||||||
|
%{_libdir}/pkgconfig/libdrm_vc4.pc
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm} aarch64
|
%ifarch %{arm} aarch64
|
||||||
%{_libdir}/pkgconfig/libdrm_freedreno.pc
|
%{_libdir}/pkgconfig/libdrm_freedreno.pc
|
||||||
@ -234,6 +238,10 @@ done
|
|||||||
%{_mandir}/man7/drm*.7*
|
%{_mandir}/man7/drm*.7*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 16 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.67-1
|
||||||
|
- Update to 2.4.67
|
||||||
|
- Enable VC4
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.66-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.66-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user