Install 15_nvidia_gbm.json

This commit is contained in:
Olivier Fourdan 2022-06-28 10:39:05 +02:00 committed by Stepan Oksanichenko
parent 9bf68d8c6a
commit 6d41932d43
2 changed files with 8 additions and 2 deletions

1
.egl-wayland.metadata Normal file
View File

@ -0,0 +1 @@
69912f237f1de25f530cbdcdb57164f265bdaa4b egl-wayland-1.1.9.tar.gz

View File

@ -1,6 +1,6 @@
Name: egl-wayland
Version: 1.1.9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Wayland EGL External Platform library
License: MIT
@ -50,7 +50,7 @@ sed -i -e 's@>= 0.50@>= 0.47@g' meson.build
%install
%meson_install
install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
install -pm 0644 %{SOURCE1} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
install -pm 0644 %{SOURCE1} %{SOURCE2} %{buildroot}%{_datadir}/egl/egl_external_platform.d/
find %{buildroot} -name '*.la' -exec rm -f {} ';'
@ -62,6 +62,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%license COPYING
%{_libdir}/*.so.*
%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json
%{_datadir}/egl/egl_external_platform.d/15_nvidia_gbm.json
%files devel
%{_libdir}/libnvidia-egl-wayland.so
@ -70,6 +71,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/wayland-eglstream/
%changelog
* Tue Jun 28 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.1.9-2
- Install 15_nvidia_gbm.json
Resolves: rhbz#2101695
* Tue Jan 25 2022 Dave Airlie <airlied@redhat.com> - 1.1.9-1
- Update to egl-wayland 1.1.9 like Fedora