Add eglexternalplatform spec. config dirs to -egl subpackage (rhbz#1415143)
This commit is contained in:
parent
740acac7a4
commit
158e1fd261
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libglvnd
|
Name: libglvnd
|
||||||
Version: 0.2.999
|
Version: 0.2.999
|
||||||
Release: 8%{?commit0:.git%{shortcommit0}}%{?dist}
|
Release: 9%{?commit0:.git%{shortcommit0}}%{?dist}
|
||||||
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
|
# Provide an upgrade path from the negativo17.org pkgs which have Epoch 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The GL Vendor-Neutral Dispatch library
|
Summary: The GL Vendor-Neutral Dispatch library
|
||||||
@ -151,6 +151,8 @@ done
|
|||||||
# Create directory layout
|
# Create directory layout
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/glvnd/egl_vendor.d
|
mkdir -p %{buildroot}%{_sysconfdir}/glvnd/egl_vendor.d
|
||||||
mkdir -p %{buildroot}%{_datadir}/glvnd/egl_vendor.d
|
mkdir -p %{buildroot}%{_datadir}/glvnd/egl_vendor.d
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/egl/egl_external_platform.d
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/egl/egl_external_platform.d
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -200,6 +202,8 @@ xvfb-run -a make check V=1 || cat `find . -name test-suite.log`
|
|||||||
%files egl
|
%files egl
|
||||||
%dir %{_sysconfdir}/glvnd/egl_vendor.d
|
%dir %{_sysconfdir}/glvnd/egl_vendor.d
|
||||||
%dir %{_datadir}/glvnd/egl_vendor.d
|
%dir %{_datadir}/glvnd/egl_vendor.d
|
||||||
|
%dir %{_sysconfdir}/egl/egl_external_platform.d/
|
||||||
|
%dir %{_datadir}/egl/egl_external_platform.d/
|
||||||
%if 0%{?_without_mesa_glvnd_default}
|
%if 0%{?_without_mesa_glvnd_default}
|
||||||
%{_libdir}/%{name}/libEGL*.so.*
|
%{_libdir}/%{name}/libEGL*.so.*
|
||||||
%else
|
%else
|
||||||
@ -219,6 +223,9 @@ xvfb-run -a make check V=1 || cat `find . -name test-suite.log`
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 2 2017 Hans de Goede <hdegoede@redhat.com> - 1:0.2.999-9.gitdc16f8c
|
||||||
|
- Add eglexternalplatform spec. config dirs to -egl subpackage (rhbz#1415143)
|
||||||
|
|
||||||
* Thu Feb 2 2017 Hans de Goede <hdegoede@redhat.com> - 1:0.2.999-8.gitdc16f8c
|
* Thu Feb 2 2017 Hans de Goede <hdegoede@redhat.com> - 1:0.2.999-8.gitdc16f8c
|
||||||
- Fix GLX_SGIX_fbconfig extension, this fixes games such as "The Binding of
|
- Fix GLX_SGIX_fbconfig extension, this fixes games such as "The Binding of
|
||||||
Isaac: Rebirth" and "Crypt of the NecroDancer" from Steam not working
|
Isaac: Rebirth" and "Crypt of the NecroDancer" from Steam not working
|
||||||
|
Loading…
Reference in New Issue
Block a user