change the build requires form mesa to libglvnd
This commit is contained in:
parent
e2f7a1dcf4
commit
5e332f5e40
@ -1,6 +1,6 @@
|
|||||||
Name: libepoxy
|
Name: libepoxy
|
||||||
Version: 1.5.4
|
Version: 1.5.4
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: library work with epoxy runtime
|
Summary: library work with epoxy runtime
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/anholt/%{name}
|
URL: https://github.com/anholt/%{name}
|
||||||
@ -8,7 +8,7 @@ Source0: https://github.com/anholt/%{name}/releases/download/%{version}/%{na
|
|||||||
|
|
||||||
BuildRequires: meson gcc libGL-devel libEGL-devel libX11-devel
|
BuildRequires: meson gcc libGL-devel libEGL-devel libX11-devel
|
||||||
BuildRequires: python3 xorg-x11-server-Xvfb mesa-dri-drivers
|
BuildRequires: python3 xorg-x11-server-Xvfb mesa-dri-drivers
|
||||||
BuildRequires: pkgconfig(gl) pkgconfig(egl) pkgconfig(glesv2)
|
BuildRequires: libglvnd-devel pkgconfig(glesv2)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library for handling OpenGL function pointer management.
|
A library for handling OpenGL function pointer management.
|
||||||
@ -55,6 +55,9 @@ xvfb-run -d -s "-screen 0 640x480x24" ninja -C %{_vpath_builddir} test || \
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 03 2020 orange-snn <songnannan2@huawei.com> - 1.5.4-2
|
||||||
|
- change the buildrequires form mesa to libglvnd
|
||||||
|
|
||||||
* Mon Jun 22 2020 xinghe<xinghe1@huawei.com> - 1.5.4-1
|
* Mon Jun 22 2020 xinghe<xinghe1@huawei.com> - 1.5.4-1
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user